File hacking-requirements.patch of Package python-hacking
diff -ruN a/hacking.egg-info/requires.txt b/hacking.egg-info/requires.txt
--- a/hacking.egg-info/requires.txt 2013-10-30 12:27:56.000000000 +0100
+++ b/hacking.egg-info/requires.txt 2014-01-17 15:55:01.364957966 +0100
@@ -1,5 +1,5 @@
pbr>=0.5.21,<1.0
-pep8==1.4.5
+pep8>=1.4.5
pyflakes>=0.7.2,<0.7.4
-flake8==2.0
-six>=1.4.1
\ No newline at end of file
+flake8>=2.0
+six>=1.4.1
diff -ruN a/requirements.txt b/requirements.txt
--- a/requirements.txt 2013-10-30 12:27:35.000000000 +0100
+++ b/requirements.txt 2014-01-17 15:54:31.309094868 +0100
@@ -1,7 +1,7 @@
pbr>=0.5.21,<1.0
-pep8==1.4.5
+pep8>=1.4.5
pyflakes>=0.7.2,<0.7.4
-flake8==2.0
+flake8>=2.0
six>=1.4.1