components/python/mccabe/patches/01-allow-build.patch
changeset 7174 f9e5b30df91a
equal deleted inserted replaced
7173:2a4da482fa74 7174:f9e5b30df91a
       
     1 Build fails with:
       
     2 
       
     3   "The package setup script has attempted to modify files on your system
       
     4    that are not within the EasyInstall build area, and has been aborted."
       
     5 
       
     6 without this patch.
       
     7 
       
     8 This change will not be sent upstream.
       
     9 
       
    10 --- mccabe-0.5.2/setup.py.orig	2016-09-29 11:04:22.409951942 +0000
       
    11 +++ mccabe-0.5.2/setup.py	2016-09-29 11:04:14.248108118 +0000
       
    12 @@ -33,7 +33,6 @@
       
    13      license='Expat license',
       
    14      py_modules=['mccabe'],
       
    15      zip_safe=False,
       
    16 -    setup_requires=['pytest-runner'],
       
    17      tests_require=['pytest'],
       
    18      entry_points={
       
    19          'flake8.extension': [