dev-python/setuptools: Replace virts with cond deps

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-03-16 22:03:15 +01:00
parent 1669f34388
commit fe80223de4
2 changed files with 6 additions and 2 deletions

View File

@@ -33,7 +33,9 @@ BDEPEND="
dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/futures[${PYTHON_USEDEP}]
' -2)
)
"
PDEPEND="

View File

@@ -33,7 +33,9 @@ BDEPEND="
dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/futures[${PYTHON_USEDEP}]
' -2)
)
"
PDEPEND="