Closes: https://bugs.gentoo.org/712502
Signed-off-by: Michał Górny <[email protected]>
---
eclass/distutils-r1.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index f3df05eeb670..114ccc8041cc 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -120,10 +120,10 @@ _distutils_set_globals() {
local bdep=${rdep}
if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then
- local sdep="dev-python/setuptools[${PYTHON_USEDEP}]"
+ local sdep=">=dev-python/setuptools-42.0.2[${PYTHON_USEDEP}]"
else
local sdep="$(python_gen_cond_dep '
- dev-python/setuptools[${PYTHON_MULTI_USEDEP}]
+ >=dev-python/setuptools-42.0.2[${PYTHON_MULTI_USEDEP}]
')"
fi
--
2.25.1