Skip to content

Commit

Permalink
distutils-r1.eclass: Align min. setuptools version to current stable
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/712502
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Mar 16, 2020
1 parent 43f1391 commit 346c4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/distutils-r1.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 346c4e6

Please sign in to comment.