commit: ffeabdefb96c84a7aea3e6af876ce24487d7b151 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 6 06:48:17 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 6 07:59:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffeabdef
dev-python/virtualenv: Move dev-python/six to test-BDEP Closes: https://bugs.gentoo.org/879619 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../{virtualenv-20.16.6.ebuild => virtualenv-20.16.6-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/virtualenv/virtualenv-20.16.6.ebuild b/dev-python/virtualenv/virtualenv-20.16.6-r1.ebuild similarity index 99% rename from dev-python/virtualenv/virtualenv-20.16.6.ebuild rename to dev-python/virtualenv/virtualenv-20.16.6-r1.ebuild index 23c6be3b691c..ee907432c6ab 100644 --- a/dev-python/virtualenv/virtualenv-20.16.6.ebuild +++ b/dev-python/virtualenv/virtualenv-20.16.6-r1.ebuild @@ -25,7 +25,6 @@ RDEPEND=" >=dev-python/filelock-3.4.1[${PYTHON_USEDEP}] >=dev-python/platformdirs-2.4[${PYTHON_USEDEP}] >=dev-python/setuptools-63.2.0[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] " # coverage is used somehow magically in virtualenv, maybe it actually # tests something useful @@ -38,6 +37,7 @@ BDEPEND=" >=dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}] >=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}] >=dev-python/pytest-timeout-2.1[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] >=dev-python/packaging-20.0[${PYTHON_USEDEP}] )
