Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 02 Aug 2022 04:08:54
Message-Id: 1659413067.77de20b0d60b530525bfa85aa0aeec4faa468653.mgorny@gentoo
1 commit: 77de20b0d60b530525bfa85aa0aeec4faa468653
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 27 07:20:21 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 04:04:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77de20b0
7
8 distutils-r1.eclass: Require gpep517 >= 8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/distutils-r1.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
16 index 9909ba70178c..85a5c8496d49 100644
17 --- a/eclass/distutils-r1.eclass
18 +++ b/eclass/distutils-r1.eclass
19 @@ -205,7 +205,7 @@ _distutils_set_globals() {
20 fi
21
22 bdep='
23 - >=dev-python/gpep517-6[${PYTHON_USEDEP}]
24 + >=dev-python/gpep517-8[${PYTHON_USEDEP}]
25 '
26 case ${DISTUTILS_USE_PEP517} in
27 flit)