File relax_requirements.patch of Package python-hacking
NOTE(toabctl): Needed to be able to run the unittests
Index: hacking-0.10.1/requirements.txt
===================================================================
--- hacking-0.10.1.orig/requirements.txt
+++ hacking-0.10.1/requirements.txt
@@ -3,9 +3,9 @@
# process, which may cause wedges in the gate later.
pbr>=0.6,!=0.7,<1.0
-pep8==1.5.7
-pyflakes==0.8.1
-flake8==2.2.4
-mccabe==0.2.1 # MIT License
+pep8>=1.5.7
+pyflakes>=0.8.1
+flake8>=2.2.4
+mccabe>=0.2.1 # MIT License
six>=1.7.0