aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/python27/Python-setup.patch
diff options
context:
space:
mode:
authorwsnipex <wsnipex@a1.net>2016-06-29 10:27:07 +0200
committerwsnipex <wsnipex@a1.net>2016-06-29 12:29:56 +0200
commit9acef2c6798750a67eadd0350e9e7fe4161689d0 (patch)
treeea3cfb4eb8f45864a1f432818bbceebbd64bf0e8 /tools/depends/target/python27/Python-setup.patch
parentc6f500aca43a4fa8f08b2f13e4f68566f155daf9 (diff)
[depends] bump python to 2.7.12
Diffstat (limited to 'tools/depends/target/python27/Python-setup.patch')
-rw-r--r--tools/depends/target/python27/Python-setup.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/python27/Python-setup.patch b/tools/depends/target/python27/Python-setup.patch
index e9ff0c2de5..da1a59052f 100644
--- a/tools/depends/target/python27/Python-setup.patch
+++ b/tools/depends/target/python27/Python-setup.patch
@@ -1,6 +1,6 @@
--- setup.py.orig 2015-10-07 16:32:16.219083585 +0200
+++ setup.py 2015-10-07 16:41:48.563085871 +0200
-@@ -321,6 +321,9 @@
+@@ -337,6 +337,9 @@
self.announce('WARNING: skipping import check for Cygwin-based "%s"'
% ext.name)
return
@@ -10,7 +10,7 @@
ext_filename = os.path.join(
self.build_lib,
self.get_ext_filename(self.get_ext_fullname(ext.name)))
-@@ -335,27 +338,30 @@
+@@ -351,27 +354,30 @@
try:
imp.load_dynamic(ext.name, ext_filename)
except ImportError, why: