From 8c6f23a86b9b9ada8cd4ecc77098d9f9e8aebc1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 21 Dec 2021 10:26:36 +0100 Subject: [PATCH] dev-python/setuptools: Fix running tests with vendored distutils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/setuptools/setuptools-60.0.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/setuptools/setuptools-60.0.3.ebuild b/dev-python/setuptools/setuptools-60.0.3.ebuild index 8575f622e7c54..e77a7ae804184 100644 --- a/dev-python/setuptools/setuptools-60.0.3.ebuild +++ b/dev-python/setuptools/setuptools-60.0.3.ebuild @@ -60,6 +60,8 @@ src_prepare() { } python_test() { + local -x SETUPTOOLS_USE_DISTUTILS=stdlib + # keep in sync with python_gen_cond_dep above! has "${EPYTHON}" python3.{8..10} pypy3 || continue