From f35fba4e174456492bc10a6bf381053f55344468 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 13 Apr 2016 10:25:26 +0000 Subject: [PATCH] Fix pbr requirement Change-Id: Idd9609798a231c3076b7f894642b5b69a1b3ea33 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 2cc5f64..730cb69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +pbr>=1.8.0,<1.9.0 PyYAML>=3.1.0 simplejson>=2.2.0 netifaces>=0.10.4