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
This commit is contained in:
Tony Breeds 2017-03-01 16:41:11 +11:00
parent 19ee96965a
commit 3eb026b1a0
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
pbr>=0.11,<2.0
pbr>=0.18