diff -r 78cc8a5782fa -r 3a048793fc91 components/python/python27/patches/04-solaris-64-bit.patch --- a/components/python/python27/patches/04-solaris-64-bit.patch Mon Dec 14 11:50:03 2015 -0800 +++ b/components/python/python27/patches/04-solaris-64-bit.patch Mon Dec 07 13:01:04 2015 -0800 @@ -5,7 +5,7 @@ --- Python-2.7.6/Lib/distutils/command/build_ext.py.~1~ 2013-11-09 23:36:40.000000000 -0800 +++ Python-2.7.6/Lib/distutils/command/build_ext.py 2014-05-14 12:47:04.342901439 -0700 -@@ -634,6 +634,10 @@ +@@ -636,6 +636,10 @@ filename = self.get_ext_filename(ext_name) filename = os.path.split(filename)[-1] @@ -16,7 +16,7 @@ if not self.inplace: # no further work needed # returning : -@@ -674,7 +678,14 @@ +@@ -676,7 +680,14 @@ so_ext = get_config_var('SO') if os.name == 'nt' and self.debug: return os.path.join(*ext_path) + '_d' + so_ext