commit:     02f047d7808fcba9c5d118edd9f7ba8b05ffe2e5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  6 09:16:49 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  9 08:43:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f047d7

distutils-r1.eclass: Add min version to tomli dep

Closes: https://bugs.gentoo.org/832782
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 fd3dffeac31c..cdd57149720d 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -176,7 +176,7 @@ _distutils_set_globals() {
                # tomli is used to read build-backend from pyproject.toml
                bdep='
                        >=dev-python/installer-0.4.0_p20220124[${PYTHON_USEDEP}]
-                       dev-python/tomli[${PYTHON_USEDEP}]'
+                       >=dev-python/tomli-1.2.3[${PYTHON_USEDEP}]'
                case ${DISTUTILS_USE_PEP517} in
                        flit)
                                bdep+='

Reply via email to