]> git.pld-linux.org Git - packages/python3.git/commitdiff
make sure setuptools does not override distutils
authorJan Palus <atler@pld-linux.org>
Thu, 13 Oct 2022 07:29:03 +0000 (09:29 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 13 Oct 2022 07:29:03 +0000 (09:29 +0200)
python3.spec

index 41802440c7f9b41993e61baadf4350f1fdfe50fa..b29a9f21774ae7ee11672d3a7d17dfc5d09b0c70 100644 (file)
@@ -531,6 +531,8 @@ if ! grep -q "tmpfs" /proc/self/mounts; then
        exit 1
 fi
 
+export SETUPTOOLS_USE_DISTUTILS=stdlib
+
 %{__aclocal}
 %{__autoconf}
 %configure \
This page took 0.079875 seconds and 4 git commands to generate.