From 5749d5413c1afaa8ac34b1f1a424ce17fe77cb60 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 23 Oct 2014 17:41:33 -0400 Subject: [PATCH] Add pbr to dependency list We use pbr to install stevedore, and because of the way setuptools deals with install-time requirements we also need to include it as a runtime dependency to ensure it is installed by pip and not easy_install. Change-Id: I0a39bb50218a1a7cdb2d42fb474a9b8f6d6ac32a Closes-Bug: #1384919 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 27852b2..76d9c0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +pbr>=0.6,!=0.7,<1.0 argparse six>=1.7.0