dev-python/setuptools: Fix running tests with vendored distutils

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-12-21 10:26:36 +01:00
parent 31003ab177
commit 8c6f23a86b

View File

@@ -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