aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHou Jingwen <houjingwen@huawei.com>2015-08-05 09:23:07 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-08-05 09:23:07 +0000
commit28592cc73a69c686aa3de9cd8cf18a8752c0f6b9 (patch)
tree9a848b5982892a0065006d9a32806d4edfbecf26
parent99df73b29fabba4d6042210a4e44fd6b51fcd634 (diff)
parente571f728b815e65898c3f3aa197acb970e692d12 (diff)
Merge "Update pbr requirement version in setup.py"
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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",