Files
MINGW-packages/mingw-w64-python-mccabe/fix-metadata.patch
J. Peter Mugaas 5dddc2c997 python-pyflake8 - 3.5.0 and packages that it depends upon (#4315)
python-pycodestyle - 2.4.0 - new package
python-mccabe 0.6.1 - new package
2018-08-27 08:48:34 +03:00

9 lines
367 B
Diff

--- mccabe-0.6.1/setup.py.orig 2018-08-26 03:50:36.747529700 -0400
+++ mccabe-0.6.1/setup.py 2018-08-26 03:51:41.692906700 -0400
@@ -57,4 +57,5 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance',
],
+ python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
)