dev-python/virtualenv: Move dev-python/six to test-BDEP

Closes: https://bugs.gentoo.org/879619
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-11-06 07:48:17 +01:00
parent 3ed9a21861
commit ffeabdefb9

View File

@@ -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}]
)