From 7407f018fe7b883c0bedd34416e8eb8d07a3a8c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 5 Jun 2022 16:09:30 +0200 Subject: [PATCH] dev-python/python-distutils-extra: Use PEP517 build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../python-distutils-extra/python-distutils-extra-2.46.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.46.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.46.ebuild index 5e898d180beec..d00792e6360eb 100644 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.46.ebuild +++ b/dev-python/python-distutils-extra/python-distutils-extra-2.46.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 @@ -34,5 +35,6 @@ BDEPEND=" " python_test() { + local -x SETUPTOOLS_USE_DISTUTILS=stdlib "${EPYTHON}" test/auto.py -v || die "Tests fail with ${EPYTHON}" }