summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-04-05 10:09:50 +0200
committerMichał Górny <mgorny@gentoo.org>2023-04-05 10:09:50 +0200
commit277ac269b584c0239bccf29f9b124b48d59e031e (patch)
tree70e112a926404f556258f5f41225c093b32c29dc /eclass
parentdev-python/flatbuffers: Remove old (diff)
downloadgentoo-277ac269b584c0239bccf29f9b124b48d59e031e.tar.gz
gentoo-277ac269b584c0239bccf29f9b124b48d59e031e.tar.bz2
gentoo-277ac269b584c0239bccf29f9b124b48d59e031e.zip
distutils-r1.eclass: Remove < dep on dev-python/setuptools
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/distutils-r1.eclass8
1 files changed, 1 insertions, 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-65.7.1[${PYTHON_USEDEP}]
- )
+ >=dev-python/setuptools-67.2.0[${PYTHON_USEDEP}]
>=dev-python/wheel-0.38.4[${PYTHON_USEDEP}]
'
;;