Pin setuptools to < 4.0
This change pins setuptools to a version <4.0 in requiremetns.txt
in order to get around a bug that has shown up in a setuptools update
today. (Bug 1325423)
This pin will be removed once the bug has been fixed.
Change-Id: Ia7c68091ccb7663ca50745ba80ad23e57c6e8488
diff --git a/requirements.txt b/requirements.txt
index 5405f9d..42a8a55 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,4 @@
+setuptools<4.0
pbr>=0.5.21,<0.6
gear>=0.5.4,<1.0.0
python-swiftclient
@@ -16,4 +17,4 @@
PyYAML>=3.1.0,<4.0.0
jenkins-job-builder
-xmltodict
\ No newline at end of file
+xmltodict