From 3eb026b1a0f7416bdaa747e9335463812bc99799 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 1 Mar 2017 16:41:11 +1100 Subject: [PATCH] Use a modern PBR package The 2.0.0 is breaking in that it removes the use of warnerrors in build_sphinux. requestsexceptions isn't using that feature, so it shoudln't break. The cap on pbr is preventing other OpenStack projects that would like to use pbr 2.0.0 (and sphinx 1.5.1) from doing so as it breaks co-installability with requestsexceptions Change-Id: Id7ed73ec18580a9649f67b42f369c8820573b4a5 Related-Bug: 1668848 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 322a926..60ce5cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pbr>=0.11,<2.0 +pbr>=0.18