python-setuptools: Update to 7.0
This commit is contained in:
15
mingw-w64-python-setuptools/dont-execute-msvc.patch
Normal file
15
mingw-w64-python-setuptools/dont-execute-msvc.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
--- setuptools-7.0/setuptools/extension.py.orig 2014-10-20 00:40:16.151400000 +0400
|
||||
+++ setuptools-7.0/setuptools/extension.py 2014-10-20 00:40:45.978600000 +0400
|
||||
@@ -6,12 +6,9 @@
|
||||
import distutils.extension
|
||||
|
||||
from .dist import _get_unpatched
|
||||
-from . import msvc9_support
|
||||
|
||||
_Extension = _get_unpatched(distutils.core.Extension)
|
||||
|
||||
-msvc9_support.patch_for_specialized_compiler()
|
||||
-
|
||||
def have_pyrex():
|
||||
"""
|
||||
Return True if Cython or Pyrex can be imported.
|
||||
Reference in New Issue
Block a user