Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/
Date: Tue, 21 Dec 2021 09:43:09
Message-Id: 1640079772.8c6f23a86b9b9ada8cd4ecc77098d9f9e8aebc1f.mgorny@gentoo
1 commit: 8c6f23a86b9b9ada8cd4ecc77098d9f9e8aebc1f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 21 09:26:36 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 21 09:42:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6f23a8
7
8 dev-python/setuptools: Fix running tests with vendored distutils
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/setuptools/setuptools-60.0.3.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/dev-python/setuptools/setuptools-60.0.3.ebuild b/dev-python/setuptools/setuptools-60.0.3.ebuild
16 index 8575f622e7c5..e77a7ae80418 100644
17 --- a/dev-python/setuptools/setuptools-60.0.3.ebuild
18 +++ b/dev-python/setuptools/setuptools-60.0.3.ebuild
19 @@ -60,6 +60,8 @@ src_prepare() {
20 }
21
22 python_test() {
23 + local -x SETUPTOOLS_USE_DISTUTILS=stdlib
24 +
25 # keep in sync with python_gen_cond_dep above!
26 has "${EPYTHON}" python3.{8..10} pypy3 || continue