From d987e18e6978b07f562a01d4b4dc060b05f03a9d 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 1a872c1..5c1610b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pbr>=0.11,<2.0 +pbr>=0.11 pep8==1.5.6 pyflakes==0.8.1