From 277ac269b584c0239bccf29f9b124b48d59e031e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 5 Apr 2023 10:09:50 +0200 Subject: distutils-r1.eclass: Remove < dep on dev-python/setuptools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index b5d475c4123b..09684781de2a 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -241,14 +241,8 @@ _distutils_set_globals() { ' ;; setuptools) - # || ( ... ) dep is a workaround for bug #892525 - # It can be removed once >=67.2.0 is stable and replaced with - # a simple >=67.2.0 dep. bdep+=' - || ( - >=dev-python/setuptools-67.2.0[${PYTHON_USEDEP}] - =dev-python/setuptools-67.2.0[${PYTHON_USEDEP}] >=dev-python/wheel-0.38.4[${PYTHON_USEDEP}] ' ;; -- cgit v1.2.3-65-gdbad