From 6a726ac9db835b652e39c5903c4e8d2f0a1e8e61 Mon Sep 17 00:00:00 2001 From: Petr Vaněk Date: Wed, 24 May 2023 14:47:18 +0200 Subject: dev-python/signedjson: add missing bdep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit setuptools-scm is needed for SETUPTOOLS_SCM_PRETEND_VERSION. Signed-off-by: Petr Vaněk Signed-off-by: Sam James --- dev-python/signedjson/signedjson-1.1.4.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev-python') 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 -- cgit v1.2.3-65-gdbad