dev-python/sphinx-click: use PEP517

Closes: https://bugs.gentoo.org/921796
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-05-14 16:00:34 -04:00
parent d1d81aadf7
commit dc6e51c696
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..12} pypy3 )