mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
distutils-r1.eclass: Add min version to tomli dep
Closes: https://bugs.gentoo.org/832782 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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+='
|
||||
|
||||
Reference in New Issue
Block a user