[packages/python3] make sure setuptools does not override distutils
atler
atler at pld-linux.org
Thu Oct 13 09:29:46 CEST 2022
commit bbfafc62c81bddf0b48e9fb04ef8524ed7df7eff
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Oct 13 09:29:03 2022 +0200
make sure setuptools does not override distutils
python3.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/python3.spec b/python3.spec
index 4180244..b29a9f2 100644
--- a/python3.spec
+++ b/python3.spec
@@ -531,6 +531,8 @@ if ! grep -q "tmpfs" /proc/self/mounts; then
exit 1
fi
+export SETUPTOOLS_USE_DISTUTILS=stdlib
+
%{__aclocal}
%{__autoconf}
%configure \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3.git/commitdiff/bbfafc62c81bddf0b48e9fb04ef8524ed7df7eff
More information about the pld-cvs-commit
mailing list