From c7c7f83f4581c8c30958cc41daae3d99c062856d Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 1 Mar 2017 10:19:20 -0500 Subject: [PATCH] Use modern PBR and hacking packages The pbr release 2.0.0 is breaking in that it removes the use of warnerrors in build_sphinux. Hacking <0.11 had a similar issue so use a newer version of that. Change-Id: I4ad82bb6bf8b2633713dc989445e3d1f318790ee --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 02a6950..04eb6b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ +pbr>=1.8 alembic>=0.4.1 oslo.config>=1.4.0.0a3 oslo.db>=2.1.0,<4.15.0 -pbr>=1.0.0 python-subunit>=0.0.18 six>=1.5.2 SQLAlchemy>=0.8.2 diff --git a/test-requirements.txt b/test-requirements.txt index 2088c86..86a0cf9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking>=0.9.2,<0.10 +hacking>=0.12.0,!=0.13.0,<0.14 coverage>=3.6 fixtures>=0.3.14 mock>=1.0