diff options
author | 2022-07-27 09:20:21 +0200 | |
---|---|---|
committer | 2022-08-02 06:04:27 +0200 | |
commit | 77de20b0d60b530525bfa85aa0aeec4faa468653 (patch) | |
tree | 8472ba3d5e03bc422865b8cdda868bf249a4189f /eclass | |
parent | distutils-r1.eclass: Update pyproject.toml advice for PEP517 mode (diff) | |
download | gentoo-77de20b0d60b530525bfa85aa0aeec4faa468653.tar.gz gentoo-77de20b0d60b530525bfa85aa0aeec4faa468653.tar.bz2 gentoo-77de20b0d60b530525bfa85aa0aeec4faa468653.zip |
distutils-r1.eclass: Require gpep517 >= 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 9909ba70178c..85a5c8496d49 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -205,7 +205,7 @@ _distutils_set_globals() { fi bdep=' - >=dev-python/gpep517-6[${PYTHON_USEDEP}] + >=dev-python/gpep517-8[${PYTHON_USEDEP}] ' case ${DISTUTILS_USE_PEP517} in flit) |