commit: 98a053fa8cc6211456c613dcb7a94c6f58819268 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Mon Jan 22 09:38:06 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jan 22 14:07:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a053fa
dev-python/virtualenvwrapper: add missing pip test dependency * Host python pip is used in test_project_templates.sh for installing the testtemplate. Otherwise pip is used from the venv where its included by default meaning its not a runtime dependency. Closes: https://bugs.gentoo.org/922666 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34965 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/virtualenvwrapper/virtualenvwrapper-6.0.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-6.0.0.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-6.0.0.ebuild index f94c8c8dcdc2..45e014b5fb7f 100644 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-6.0.0.ebuild +++ b/dev-python/virtualenvwrapper/virtualenvwrapper-6.0.0.ebuild @@ -34,6 +34,9 @@ BDEPEND=" ') test? ( ${RDEPEND} + $(python_gen_cond_dep ' + dev-python/pip[${PYTHON_USEDEP}] + ') ) "
