]> git.pld-linux.org Git - packages/python3.git/blobdiff - python3-makefile-location.patch
Partial update to 3.10.0.
[packages/python3.git] / python3-makefile-location.patch
diff --git a/python3-makefile-location.patch b/python3-makefile-location.patch
deleted file mode 100644 (file)
index 2dbb571..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urNp -x '*.orig' Python-3.9.2.org/Lib/distutils/sysconfig.py Python-3.9.2/Lib/distutils/sysconfig.py
---- Python-3.9.2.org/Lib/distutils/sysconfig.py        2021-02-25 18:40:49.900518043 +0100
-+++ Python-3.9.2/Lib/distutils/sysconfig.py    2021-02-25 18:40:51.570570064 +0100
-@@ -260,7 +260,7 @@ def get_makefile_filename():
-     """Return full pathname of installed Makefile from the Python build."""
-     if python_build:
-         return os.path.join(_sys_home or project_base, "Makefile")
--    lib_dir = get_python_lib(plat_specific=0, standard_lib=1)
-+    lib_dir = get_python_lib(plat_specific=1, standard_lib=1)
-     config_file = 'config-{}{}'.format(get_python_version(), build_flags)
-     if hasattr(sys.implementation, '_multiarch'):
-         config_file += '-%s' % sys.implementation._multiarch
This page took 0.214414 seconds and 4 git commands to generate.