summaryrefslogtreecommitdiff
path: root/package/python3/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-01-21 04:49:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-01-21 06:32:10 +0100
commita3a2c9eacb7f683004ebc21da2a90c39961088ac (patch)
treeab03f05fef69bc4f20a296ee9901a1397f36d8c4 /package/python3/patches
parentf661ea429561712819a39250f62b6ed628c7e2c7 (diff)
python3: expat is always needed, fix some configure args
Diffstat (limited to 'package/python3/patches')
-rw-r--r--package/python3/patches/patch-setup_py11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/python3/patches/patch-setup_py b/package/python3/patches/patch-setup_py
deleted file mode 100644
index 90acd7eea..000000000
--- a/package/python3/patches/patch-setup_py
+++ /dev/null
@@ -1,11 +0,0 @@
---- Python-3.8.2.orig/setup.py 2020-02-24 22:36:25.000000000 +0100
-+++ Python-3.8.2/setup.py 2020-04-15 22:28:11.208150620 +0200
-@@ -654,7 +654,7 @@ class PyBuildExt(build_ext):
- # only change this for cross builds for 3.3, issues on Mageia
- if CROSS_COMPILING:
- self.add_cross_compiling_paths()
-- self.add_multiarch_paths()
-+# self.add_multiarch_paths()
- self.add_ldflags_cppflags()
-
- def init_inc_lib_dirs(self):