diff options
author | QiLiang <liangqi1@huawei.com> | 2015-07-25 08:37:45 +0000 |
---|---|---|
committer | QiLiang <liangqi1@huawei.com> | 2015-08-04 07:41:28 -0400 |
commit | e571f728b815e65898c3f3aa197acb970e692d12 (patch) | |
tree | eb97b7716c5137e1cc132799622f5f772f6927d6 /setup.py | |
parent | ab4371757c7223d59dddc7bece1d3afa4dc3814b (diff) |
Update pbr requirement version in setup.py
JIRA: YARDSTICK-96
Change-Id: Ic7e918b6d287725e2451da93aa8a36ec2b09ca0a
Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |