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: Wed, 09 Feb 2022 09:39:38
Message-Id: 1644396238.02f047d7808fcba9c5d118edd9f7ba8b05ffe2e5.mgorny@gentoo
1 commit: 02f047d7808fcba9c5d118edd9f7ba8b05ffe2e5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 09:16:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 08:43:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f047d7
7
8 distutils-r1.eclass: Add min version to tomli dep
9
10 Closes: https://bugs.gentoo.org/832782
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 eclass/distutils-r1.eclass | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
17 index fd3dffeac31c..cdd57149720d 100644
18 --- a/eclass/distutils-r1.eclass
19 +++ b/eclass/distutils-r1.eclass
20 @@ -176,7 +176,7 @@ _distutils_set_globals() {
21 # tomli is used to read build-backend from pyproject.toml
22 bdep='
23 >=dev-python/installer-0.4.0_p20220124[${PYTHON_USEDEP}]
24 - dev-python/tomli[${PYTHON_USEDEP}]'
25 + >=dev-python/tomli-1.2.3[${PYTHON_USEDEP}]'
26 case ${DISTUTILS_USE_PEP517} in
27 flit)
28 bdep+='