commit: 6a726ac9db835b652e39c5903c4e8d2f0a1e8e61
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Wed May 24 12:47:18 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 25 21:52:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a726ac9
dev-python/signedjson: add missing bdep
setuptools-scm is needed for SETUPTOOLS_SCM_PRETEND_VERSION.
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/signedjson/signedjson-1.1.4.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/signedjson/signedjson-1.1.4.ebuild
b/dev-python/signedjson/signedjson-1.1.4.ebuild
index 10a241fb217b..29514814670a 100644
--- a/dev-python/signedjson/signedjson-1.1.4.ebuild
+++ b/dev-python/signedjson/signedjson-1.1.4.ebuild
@@ -29,6 +29,9 @@ RDEPEND="
dev-python/importlib-metadata[${PYTHON_USEDEP}]
' python3_9)
"
+BDEPEND="
+ dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
distutils_enable_tests unittest