]> git.pld-linux.org Git - packages/python-hacking.git/blob - python-hacking-requirements.patch
ef3cee60a4f0b598dbb3279f4298577bb6357bbf
[packages/python-hacking.git] / python-hacking-requirements.patch
1 --- hacking-0.10.2/requirements.txt.orig        2015-05-19 02:49:13.000000000 +0200
2 +++ hacking-0.10.2/requirements.txt     2016-03-25 21:59:14.993490596 +0100
3 @@ -3,9 +3,9 @@
4  # process, which may cause wedges in the gate later.
5  pbr>=0.11,<2.0
6  
7 -pep8==1.5.7
8 -pyflakes==0.8.1
9 -flake8==2.2.4
10 -mccabe==0.2.1 # MIT License
11 +pep8>=1.5.7
12 +pyflakes>=0.8.1
13 +flake8>=2.2.4
14 +mccabe>=0.2.1 # MIT License
15  
16  six>=1.7.0
This page took 0.060617 seconds and 2 git commands to generate.