From: Michał Górny Date: Mon, 16 Mar 2020 21:03:15 +0000 (+0100) Subject: dev-python/setuptools: Replace virts with cond deps X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fe80223de4e46fcb8db45984ea9440d10f2e0bfd;p=gentoo.git dev-python/setuptools: Replace virts with cond deps Signed-off-by: Michał Górny --- diff --git a/dev-python/setuptools/setuptools-42.0.2.ebuild b/dev-python/setuptools/setuptools-42.0.2.ebuild index e9fbfe3f93bf..886d7f12a2e2 100644 --- a/dev-python/setuptools/setuptools-42.0.2.ebuild +++ b/dev-python/setuptools/setuptools-42.0.2.ebuild @@ -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=" diff --git a/dev-python/setuptools/setuptools-44.0.0.ebuild b/dev-python/setuptools/setuptools-44.0.0.ebuild index 07d5af2b66e9..0f44927d1033 100644 --- a/dev-python/setuptools/setuptools-44.0.0.ebuild +++ b/dev-python/setuptools/setuptools-44.0.0.ebuild @@ -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="