dev-python/virtualenv: Add dep on setuptools_scm
authorMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 20:24:20 +0000 (22:24 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 20:24:20 +0000 (22:24 +0200)
Closes: https://bugs.gentoo.org/723658
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/virtualenv/virtualenv-20.0.18.ebuild

index 3bc6dde6c8b113067ad20a1c3a68aca1c8f95b8d..85130547d14327be01363745972798c417d50912 100644 (file)
@@ -41,6 +41,7 @@ RDEPEND="
 # coverage is used somehow magically in virtualenv, maybe it actually
 # tests something useful
 BDEPEND="${RDEPEND}
+       dev-python/setuptools_scm[${PYTHON_USEDEP}]
        test? (
                dev-python/coverage[${PYTHON_USEDEP}]
                >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]