Fix pbr and hacking requirements.

There were pbr version conflicts due to the old version of hacking that
we had pinned here. Pin newer pbr and hacking to unstick the tests for
jeepyb and to make it clear why this happens in the future.

Change-Id: I75a1f6f956880f2bec8a182782b17e5055315e75
This commit is contained in:
Clark Boylan 2014-02-04 13:50:41 -08:00 committed by Monty Taylor
parent a1d490bf2a
commit faec77b53e
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
pbr>=0.5.21,<1.0
argparse
gerritlib>=0.3.0
MySQL-python

View File

@ -1 +1 @@
hacking>=0.5.6,<0.7
hacking>=0.8.0,<0.9