commit:     346c4e61fafcca09861df65bdcafd8a087695540
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 14 16:21:08 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 07:35:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=346c4e61

distutils-r1.eclass: Align min. setuptools version to current stable

Closes: https://bugs.gentoo.org/712502
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 f3df05eeb67..114ccc8041c 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
 

Reply via email to