From 9acef2c6798750a67eadd0350e9e7fe4161689d0 Mon Sep 17 00:00:00 2001 From: wsnipex Date: Wed, 29 Jun 2016 10:27:07 +0200 Subject: [depends] bump python to 2.7.12 --- tools/depends/target/python27/Python-setup.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/depends/target/python27/Python-setup.patch') 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: -- cgit v1.2.3