]> git.pld-linux.org Git - packages/flake8.git/blob - flake8-req.patch
explicit runtime deps on python-{entrypoints,mccabe,pycodestyle,pyflakes}; rel 3
[packages/flake8.git] / flake8-req.patch
1 --- flake8-3.7.8/setup.py.orig  2019-07-08 20:05:23.000000000 +0200
2 +++ flake8-3.7.8/setup.py       2019-10-22 22:07:31.791565818 +0200
3 @@ -19,7 +19,7 @@
4      # http://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
5      # And in which releases we will update those ranges here:
6      # http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
7 -    "entrypoints >= 0.3.0, < 0.4.0",
8 +    "entrypoints >= 0.3, < 0.4",
9      "pyflakes >= 2.1.0, < 2.2.0",
10      "pycodestyle >= 2.5.0, < 2.6.0",
11      "mccabe >= 0.6.0, < 0.7.0",
This page took 0.068604 seconds and 3 git commands to generate.