commit:     39d69a2dd00179aa48f8a72095ba7b8fb49bd64a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 12 16:10:19 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 12 17:04:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d69a2d

distutils-r1.eclass: Require pyproject2setuppy >= 18

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/distutils-r1.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 344aa46b2f9..3207ed6f4b8 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -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}"

Reply via email to