summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-18 22:24:20 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-18 22:24:20 +0200
commit7282a582905ee9c745415b38b3395961ee34749e (patch)
treec69e2cbc64908d2ebc2bd2893371b4561dc5dea9 /dev-python/virtualenv
parentdev-python/github3: Add missing dep on mock (diff)
downloadgentoo-7282a582905ee9c745415b38b3395961ee34749e.tar.gz
gentoo-7282a582905ee9c745415b38b3395961ee34749e.tar.bz2
gentoo-7282a582905ee9c745415b38b3395961ee34749e.zip
dev-python/virtualenv: Add dep on setuptools_scm
Closes: https://bugs.gentoo.org/723658 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r--dev-python/virtualenv/virtualenv-20.0.18.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/virtualenv/virtualenv-20.0.18.ebuild b/dev-python/virtualenv/virtualenv-20.0.18.ebuild
index 3bc6dde6c8b1..85130547d143 100644
--- a/dev-python/virtualenv/virtualenv-20.0.18.ebuild
+++ b/dev-python/virtualenv/virtualenv-20.0.18.ebuild
@@ -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}]