diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-04-05 11:25:00 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-04-05 11:25:00 +0100 |
commit | ad77dc19e91d2c023f80e11e8974536d80e3a743 (patch) | |
tree | 42bb312ab0eb61fd94103e3eddb65b134f6be5a4 /eclass | |
parent | 6de28447d66e6c47ee682740b840cdb67244d4b1 (diff) |
gentoo auto-resync : 05:04:2023 - 11:25:00
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 37493 -> 37500 bytes | |||
-rw-r--r-- | eclass/distutils-r1.eclass | 8 |
2 files changed, 1 insertions, 7 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex e1c08e6ce0f7..e09e91ad0aed 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz 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}] ' ;; |