summarylogtreecommitdiffstats
path: root/0001-mingw-python-fix.patch
diff options
context:
space:
mode:
authorAndrew Sun2017-11-18 00:39:08 +0000
committerAndrew Sun2017-11-18 00:39:08 +0000
commit8262bb07fa44ddcf8ac619a2d0881aafe3e6df26 (patch)
tree4f056dbeb806c3f4892afd60c6d569256931baca /0001-mingw-python-fix.patch
downloadaur-8262bb07fa44ddcf8ac619a2d0881aafe3e6df26.tar.gz
add mingw-w64-python-setuptools
Diffstat (limited to '0001-mingw-python-fix.patch')
-rw-r--r--0001-mingw-python-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/0001-mingw-python-fix.patch b/0001-mingw-python-fix.patch
new file mode 100644
index 000000000000..7cac378b8c88
--- /dev/null
+++ b/0001-mingw-python-fix.patch
@@ -0,0 +1,13 @@
+--- setuptools-5.4.1/setuptools/command/easy_install.py.orig 2014-02-11 21:11:57.898800000 +0400
++++ setuptools-5.4.1/setuptools/command/easy_install.py 2014-02-11 21:41:20.905000000 +0400
+@@ -1256,8 +1256,8 @@
+ )
+
+ DEFAULT_SCHEME = dict(
+- install_dir='$base/Lib/site-packages',
+- script_dir='$base/Scripts',
++ install_dir='$base/lib/python$py_version_short/site-packages',
++ script_dir='$base/bin',
+ )
+
+ def _expand(self, *attrs):