commit:     0b1a640394fdb8ec40e69edcfc66fd95e46ff375
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 16:42:12 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 27 17:13:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1a6403

dev-python/setuptools: Remove SETUPTOOLS_USE_DISTUTILS=stdlib hack

Remove the SETUPTOOLS_USE_DISTUTILS=stdlib test hack that does not seem
to be necessary anymore.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/setuptools/setuptools-67.8.0.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-python/setuptools/setuptools-67.8.0.ebuild 
b/dev-python/setuptools/setuptools-67.8.0.ebuild
index 68585dd79b8d..4a58b9549dfe 100644
--- a/dev-python/setuptools/setuptools-67.8.0.ebuild
+++ b/dev-python/setuptools/setuptools-67.8.0.ebuild
@@ -87,10 +87,6 @@ src_prepare() {
 }
 
 python_test() {
-       if [[ ${EPYTHON} != python3.12 ]]; then
-               local -x SETUPTOOLS_USE_DISTUTILS=stdlib
-       fi
-
        if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
                return
        fi

Reply via email to