summaryrefslogtreecommitdiff
path: root/eclass/distutils-r1.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-12 09:56:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-12 09:56:54 +0000
commitebc282ef4dfa408accac685565b8ee5f6faec119 (patch)
treec0a4f713228cda0ab17eed46f0bb7ca8cb8be2f6 /eclass/distutils-r1.eclass
parent6c8694a707151d59555b0e4e48235f085ce166c3 (diff)
gentoo auto-resync : 12:02:2023 - 09:56:54
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r--eclass/distutils-r1.eclass8
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index e97789cc1990..e95047e3a1f0 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -248,8 +248,14 @@ _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-65.7.0[${PYTHON_USEDEP}]
+ || (
+ >=dev-python/setuptools-67.2.0[${PYTHON_USEDEP}]
+ <dev-python/setuptools-65.7.1[${PYTHON_USEDEP}]
+ )
>=dev-python/wheel-0.38.4[${PYTHON_USEDEP}]
'
;;