From 64ab385e180ae0471aa3e9eb77a0f7f4ed13efb5 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 2 Mar 2017 17:32:33 +1100 Subject: [PATCH] Remove the PBR cap Unlike most of the other OpenStack projects hacking is not automatically syncronsed to projecst via the proposal-bot. My understanding of this is because new hacking tests could cause unexpected gate failures which it was automatically syncronised and/or did not always take into account project style. The downside of this is that we have alarge number of projects still using older hacking releases. This has come to a head with the release of pbr 2.0.0 which conflicts with 0.9.x and 0.10.x hacking branches. While it isn't possible to get all projecst up to the newest hacking it it is possible to remove the cap on PBR and allow project that still want older hacking releasee to work with the new PBR release. Change-Id: Iabf27cc0648c12c3c090f01facd15c3ec52a4861 Related-Bug: 1668848 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3019106..702d009 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +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>=0.11,<2.0 +pbr>=0.11 pep8==1.5.7 pyflakes==0.8.1