diff options
author | Hou Jingwen <houjingwen@huawei.com> | 2015-08-05 09:23:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-08-05 09:23:07 +0000 |
commit | 28592cc73a69c686aa3de9cd8cf18a8752c0f6b9 (patch) | |
tree | 9a848b5982892a0065006d9a32806d4edfbecf26 /setup.py | |
parent | 99df73b29fabba4d6042210a4e44fd6b51fcd634 (diff) | |
parent | e571f728b815e65898c3f3aa197acb970e692d12 (diff) |
Merge "Update pbr requirement version in setup.py"
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", |