summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Oliver <matt@oliver.net.au>2014-06-02 16:40:01 +1000
committerJoshua Hesketh <joshua.hesketh@rackspace.com>2014-06-02 06:44:41 +0000
commit05ef9e99a2559b003846db97efc97c19009b4f05 (patch)
tree9a54f37d3710d17525f910da75d6af44406c6615
parentdbe640f872a4038b857d2b200077cd3538c08962 (diff)
downloadturbo-hipster-05ef9e99a2559b003846db97efc97c19009b4f05.tar.gz
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
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
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 @@ requests
PyYAML>=3.1.0,<4.0.0
jenkins-job-builder
-xmltodict \ No newline at end of file
+xmltodict