From: Michał Górny Date: Mon, 18 May 2020 11:49:31 +0000 (+0200) Subject: dev-python/setuptools: Readd futures tdep for py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0cf3fff10af3669be5c14ce097e69677ca8ec35d;p=gentoo.git dev-python/setuptools: Readd futures tdep for py2 Closes: https://bugs.gentoo.org/723710 Signed-off-by: Michał Górny --- diff --git a/dev-python/setuptools/setuptools-46.4.0.ebuild b/dev-python/setuptools/setuptools-46.4.0.ebuild index 8562f41ff110..12991147d665 100644 --- a/dev-python/setuptools/setuptools-46.4.0.ebuild +++ b/dev-python/setuptools/setuptools-46.4.0.ebuild @@ -27,6 +27,9 @@ BDEPEND=" dev-python/pytest-fixture-config[${PYTHON_USEDEP}] dev-python/pytest-virtualenv[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/futures[${PYTHON_USEDEP}] + ' -2) ) " PDEPEND="