python-setuptools: Update to 7.0

This commit is contained in:
Alexpux
2014-10-20 00:46:55 +04:00
parent 734760dc53
commit b345e5fea3
2 changed files with 22 additions and 5 deletions

View 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.