diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-05-24 14:47:18 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-25 22:52:10 +0100 |
commit | 6a726ac9db835b652e39c5903c4e8d2f0a1e8e61 (patch) | |
tree | 9f1f1a095f008c3961e10282434da7ee93e9bb4d /dev-python/signedjson | |
parent | dev-python/frozendict: enable py3.12 (diff) | |
download | gentoo-6a726ac9db835b652e39c5903c4e8d2f0a1e8e61.tar.gz gentoo-6a726ac9db835b652e39c5903c4e8d2f0a1e8e61.tar.bz2 gentoo-6a726ac9db835b652e39c5903c4e8d2f0a1e8e61.zip |
dev-python/signedjson: add missing bdep
setuptools-scm is needed for SETUPTOOLS_SCM_PRETEND_VERSION.
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/signedjson')
-rw-r--r-- | dev-python/signedjson/signedjson-1.1.4.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 |