distutils-r1.eclass: Align min. setuptools version to current stable
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Mar 2020 16:21:08 +0000 (17:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Mar 2020 07:35:48 +0000 (08:35 +0100)
Closes: https://bugs.gentoo.org/712502
Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/distutils-r1.eclass

index f3df05eeb67029bd2e365421c09ff963d6736cdf..114ccc8041cc8134c8f7b50b44b417e4fdfba16f 100644 (file)
@@ -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