commit: 7282a582905ee9c745415b38b3395961ee34749e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon May 18 20:24:20 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon May 18 20:24:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7282a582
dev-python/virtualenv: Add dep on setuptools_scm Closes: https://bugs.gentoo.org/723658 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/virtualenv/virtualenv-20.0.18.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/virtualenv/virtualenv-20.0.18.ebuild b/dev-python/virtualenv/virtualenv-20.0.18.ebuild index 3bc6dde6c8b..85130547d14 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}]