From 05ef9e99a2559b003846db97efc97c19009b4f05 Mon Sep 17 00:00:00 2001
From: Matthew Oliver <matt@oliver.net.au>
Date: Mon, 2 Jun 2014 16:40:01 +1000
Subject: [PATCH] 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
---
 requirements.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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