From: QiLiang Date: Sat, 25 Jul 2015 08:37:45 +0000 (+0000) Subject: Update pbr requirement version in setup.py X-Git-Tag: brahmaputra.1.0~210^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F1073%2F2;p=yardstick.git Update pbr requirement version in setup.py JIRA: YARDSTICK-96 Change-Id: Ic7e918b6d287725e2451da93aa8a36ec2b09ca0a Signed-off-by: QiLiang --- diff --git a/setup.py b/setup.py index fee8f3c25..e8fd3aa0a 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( install_requires=["backport_ipaddress", # remove with python3 "flake8", "PyYAML>=3.10", - "pbr!=0.7,<1.0,>=0.6", + "pbr<2.0,>=1.3", "python-glanceclient>=0.12.0", "python-heatclient>=0.2.12", "python-keystoneclient>=0.11.1",