From 59d8ce8aea7ec704a65ab91d1a9244fcc7080655 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 31 May 2018 15:35:51 +0100 Subject: [PATCH] Remove pbr version capping Avoids dependency mayhem generated by the wrong capping to an ancient pbr version. Most OpenStack packages are requiring a pbr that is much newer. So far I failed to find any breaking changes in pbr for years. Change-Id: I4bb01379b1d6fa5dedd6468c71f3424c9d459a17 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e03c393..cd69aae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # 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 +pbr>=0.6,!=0.7 Babel>=1.3 oslo.config>=1.4.0