From fe128f0672b5aac1787a8f54759fe44fd6f4aeb6 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 1 Mar 2017 16:12:38 +1100 Subject: [PATCH] Use modern PBR and hacking packages The 2.0.0 is breaking in that it removes the use of warnerrors in build_sphinux. YAQL 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 yaql Also hacking <0.11 had a similar issue so use a newer version of that also Change-Id: I23e1d7aa715003250131bf5c88a438f278e4d4da Related-Bug: 1668848 --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f59928a..ba64763 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pbr>=0.11,<2.0 +pbr>=1.8 Babel>=1.3 python-dateutil>=2.4.2 ply diff --git a/test-requirements.txt b/test-requirements.txt index a8d6c5c..b76a9b7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking>=0.10.0,<0.11 +hacking>=0.12.0,!=0.13.0,<0.14 coverage>=3.6 fixtures>=1.3.1