From 02f047d7808fcba9c5d118edd9f7ba8b05ffe2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 6 Feb 2022 10:16:49 +0100 Subject: [PATCH] distutils-r1.eclass: Add min version to tomli dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/832782 Signed-off-by: Michał Górny --- 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 fd3dffeac31ca..cdd57149720d5 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+='