Skip to content

Commit

Permalink
distutils-r1.eclass: Require pyproject2setuppy >= 18
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Aug 12, 2021
1 parent b97d270 commit 39d69a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/distutils-r1.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ _distutils_set_globals() {
rdep+=" ${setuptools_dep}"
;;
pyproject.toml)
bdep+=' >=dev-python/pyproject2setuppy-15[${PYTHON_USEDEP}]'
bdep+=' >=dev-python/pyproject2setuppy-18[${PYTHON_USEDEP}]'
;;
*)
die "Invalid DISTUTILS_USE_SETUPTOOLS=${DISTUTILS_USE_SETUPTOOLS}"
Expand Down

0 comments on commit 39d69a2

Please sign in to comment.