commit: 350d8aec7030763a52df813c6f3f622487f76e10 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Wed Oct 18 02:08:12 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 25 02:22:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350d8aec
dev-python/virtualenv: remove outdated test dependency on six Removed in 20.16.7: https://github.com/pypa/virtualenv/commit/2224abb367286cd2d6b888b0e22ee4d108ec6b74 Bug: https://bugs.gentoo.org/879619 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/virtualenv/virtualenv-20.24.5.ebuild | 1 - dev-python/virtualenv/virtualenv-20.24.6.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-python/virtualenv/virtualenv-20.24.5.ebuild b/dev-python/virtualenv/virtualenv-20.24.5.ebuild index 9e0dc89cb632..dfdcadbe7e94 100644 --- a/dev-python/virtualenv/virtualenv-20.24.5.ebuild +++ b/dev-python/virtualenv/virtualenv-20.24.5.ebuild @@ -40,7 +40,6 @@ BDEPEND=" ' pypy3) >=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}] >=dev-python/setuptools-67.8[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/time-machine[${PYTHON_USEDEP}] ' 'python3*') diff --git a/dev-python/virtualenv/virtualenv-20.24.6.ebuild b/dev-python/virtualenv/virtualenv-20.24.6.ebuild index 4ea9d9820200..4ac0f6450965 100644 --- a/dev-python/virtualenv/virtualenv-20.24.6.ebuild +++ b/dev-python/virtualenv/virtualenv-20.24.6.ebuild @@ -41,7 +41,6 @@ BDEPEND=" >=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] >=dev-python/setuptools-67.8[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/time-machine[${PYTHON_USEDEP}] ' 'python3*')
