1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-19 12:28:20 +01:00

Fix python libs ebuilds with selecting right distutils

This commit is contained in:
2025-06-09 10:54:30 +02:00
parent 5508e8fdb7
commit 054cdfe501
8 changed files with 12 additions and 9 deletions

View File

@@ -3,7 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..13} )
PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi