From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D3B5158086 for ; Tue, 21 Dec 2021 09:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97534E0831; Tue, 21 Dec 2021 09:43:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA5E4E0826 for ; Tue, 21 Dec 2021 09:43:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04946343301 for ; Tue, 21 Dec 2021 09:43:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45384264 for ; Tue, 21 Dec 2021 09:42:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1640079772.8c6f23a86b9b9ada8cd4ecc77098d9f9e8aebc1f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-60.0.3.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8c6f23a86b9b9ada8cd4ecc77098d9f9e8aebc1f X-VCS-Branch: master Date: Tue, 21 Dec 2021 09:42:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 521417b3-e0b1-486c-9467-638b7d59a471 X-Archives-Hash: 0b0edd3cd775f22b4e35975c6d04358a commit: 8c6f23a86b9b9ada8cd4ecc77098d9f9e8aebc1f Author: Michał Górny gentoo org> AuthorDate: Tue Dec 21 09:26:36 2021 +0000 Commit: Michał Górny gentoo 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 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