Merge "Update pbr requirement version in setup.py"
authorHou Jingwen <houjingwen@huawei.com>
Wed, 5 Aug 2015 09:23:07 +0000 (09:23 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Wed, 5 Aug 2015 09:23:07 +0000 (09:23 +0000)
setup.py

index fee8f3c..e8fd3aa 100644 (file)
--- 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",