aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/python27/Python-setup.patch
diff options
context:
space:
mode:
authorwsnipex <wsnipex@a1.net>2016-06-14 11:25:50 +0200
committerwsnipex <wsnipex@a1.net>2016-06-14 11:25:50 +0200
commit9f2c5acca9798051572c47a8a563487a94e34828 (patch)
treed1b393f658d8c8aa09326591a496e54ed24c8c63 /tools/depends/target/python27/Python-setup.patch
parentdb1ad54248562e70c13cc1dc4894b4a881268148 (diff)
[depends] bump python to 2.7.11
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 e32dd508ee..e9ff0c2de5 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
-@@ -320,6 +320,9 @@
+@@ -321,6 +321,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)))
-@@ -331,27 +334,30 @@
+@@ -335,27 +338,30 @@
try:
imp.load_dynamic(ext.name, ext_filename)
except ImportError, why: