diff options
author | 2021-12-21 10:26:36 +0100 | |
---|---|---|
committer | 2021-12-21 10:42:52 +0100 | |
commit | 8c6f23a86b9b9ada8cd4ecc77098d9f9e8aebc1f (patch) | |
tree | ef704e18cf218e095f491cb40430f25a0fefac95 | |
parent | dev-python/httpx: Dep on trio (diff) | |
download | gentoo-8c6f23a86b9b9ada8cd4ecc77098d9f9e8aebc1f.tar.gz gentoo-8c6f23a86b9b9ada8cd4ecc77098d9f9e8aebc1f.tar.bz2 gentoo-8c6f23a86b9b9ada8cd4ecc77098d9f9e8aebc1f.zip |
dev-python/setuptools: Fix running tests with vendored distutils
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/setuptools/setuptools-60.0.3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |