commit: 8c6f23a86b9b9ada8cd4ecc77098d9f9e8aebc1f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 21 09:26:36 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 21 09:42:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6f23a8
dev-python/setuptools: Fix running tests with vendored distutils
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 8575f622e7c5..e77a7ae80418 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