diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-06 10:16:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-09 09:43:58 +0100 |
commit | 02f047d7808fcba9c5d118edd9f7ba8b05ffe2e5 (patch) | |
tree | af54b0e93e1f44d5cfaa0f2bc1709aaf1c25720f /eclass | |
parent | python-utils-r1.eclass: Add QA check for obsolete PYTHON_COMPAT (diff) | |
download | gentoo-02f047d7808fcba9c5d118edd9f7ba8b05ffe2e5.tar.gz gentoo-02f047d7808fcba9c5d118edd9f7ba8b05ffe2e5.tar.bz2 gentoo-02f047d7808fcba9c5d118edd9f7ba8b05ffe2e5.zip |
distutils-r1.eclass: Add min version to tomli dep
Closes: https://bugs.gentoo.org/832782
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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+=' |