dev-util/pmbootstrap: use PEP517

Closes: https://bugs.gentoo.org/921889
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-05-14 16:04:11 -04:00
parent dc6e51c696
commit e9ea8d7c8f

View File

@@ -2,9 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1 linux-info pypi
DESCRIPTION="Helper tool for developing and building postmarketOS"