]> git.pld-linux.org Git - packages/pylint.git/blob - pylint-deps.patch
- added deps patch: fix python_requires (broke distlib: '.*' not allowed for '>=...
[packages/pylint.git] / pylint-deps.patch
1 --- pylint-pylint-2.4.4/setup.py.orig   2019-11-13 08:34:55.000000000 +0100
2 +++ pylint-pylint-2.4.4/setup.py        2020-03-29 11:42:25.260627325 +0200
3 @@ -142,7 +142,7 @@
4          cmdclass=cmdclass,
5          extras_require=extras_require,
6          test_suite="test",
7 -        python_requires=">=3.5.*",
8 +        python_requires=">=3.5.0",
9          setup_requires=["pytest-runner"],
10          tests_require=["pytest"],
11          **kwargs
This page took 0.100991 seconds and 3 git commands to generate.