Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 30/30] distutils-r1.eclass: Add min version to tomli dep
Date: Sun, 06 Feb 2022 12:58:11
Message-Id: 20220206124841.1299133-31-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/30] One batch of Python eclass updates to rule them all by "Michał Górny"
1 Closes: https://bugs.gentoo.org/832782
2 Signed-off-by: Michał Górny <mgorny@g.o>
3 ---
4 eclass/distutils-r1.eclass | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
8 index 4feb9d7177ae..aa8496092cee 100644
9 --- a/eclass/distutils-r1.eclass
10 +++ b/eclass/distutils-r1.eclass
11 @@ -176,7 +176,7 @@ _distutils_set_globals() {
12 # tomli is used to read build-backend from pyproject.toml
13 bdep='
14 >=dev-python/installer-0.4.0_p20220124[${PYTHON_USEDEP}]
15 - dev-python/tomli[${PYTHON_USEDEP}]'
16 + >=dev-python/tomli-1.2.3[${PYTHON_USEDEP}]'
17 case ${DISTUTILS_USE_PEP517} in
18 flit)
19 bdep+='
20 --
21 2.35.1