projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43f1391
)
distutils-r1.eclass: Align min. setuptools version to current stable
author
Michał Górny
<mgorny@gentoo.org>
Sat, 14 Mar 2020 16:21:08 +0000
(17:21 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Mar 2020 07:35:48 +0000
(08:35 +0100)
Closes: https://bugs.gentoo.org/712502
Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/distutils-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/distutils-r1.eclass
b/eclass/distutils-r1.eclass
index f3df05eeb67029bd2e365421c09ff963d6736cdf..114ccc8041cc8134c8f7b50b44b417e4fdfba16f 100644
(file)
--- 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