Updated from global requirements

Change-Id: Ibb4dc8d22f737702cc17661044be0a7845830802
This commit is contained in:
OpenStack Proposal Bot 2015-07-15 21:21:49 +00:00
parent 590d1d544d
commit 15973afec4
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
# be installed in a specific order.
#
# PBR should always appear first
pbr<2.0,>=0.11
pbr<2.0,>=1.3
# Horizon Core Requirements
Babel>=1.3
Django<1.8,>=1.4.2
@ -26,7 +26,7 @@ oslo.config>=1.11.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.policy>=0.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0
oslo.utils>=1.9.0 # Apache-2.0
pyScss>=1.3.4 # MIT License
python-ceilometerclient>=1.0.13
python-cinderclient>=1.2.2

View File

@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr'],
setup_requires=['pbr>=1.3'],
pbr=True)