diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-18 22:24:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-18 22:24:20 +0200 |
commit | 7282a582905ee9c745415b38b3395961ee34749e (patch) | |
tree | c69e2cbc64908d2ebc2bd2893371b4561dc5dea9 /dev-python/virtualenv | |
parent | dev-python/github3: Add missing dep on mock (diff) | |
download | gentoo-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.ebuild | 1 |
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}] |