commit: 8d0b40fba891bc9bd81115181dd8c473c257eea1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 14:41:14 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 15:09:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0b40fb
dev-python/pip: Add missing test-dep on dev-python/virtualenv
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pip/pip-19.3.1-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pip/pip-19.3.1-r1.ebuild
b/dev-python/pip/pip-19.3.1-r1.ebuild
index 9908ffa9dbb..5db9420caa2 100644
--- a/dev-python/pip/pip-19.3.1-r1.ebuild
+++ b/dev-python/pip/pip-19.3.1-r1.ebuild
@@ -47,6 +47,7 @@ DEPEND="
<dev-python/pytest-xdist-1.28.0[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/scripttest[${PYTHON_USEDEP}]
+ dev-python/virtualenv[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
)
"