Updated from global requirements

Change-Id: Id97f25b86a69afd02860888c690be6c4dcddb0aa
This commit is contained in:
OpenStack Proposal Bot 2016-09-29 13:29:11 +00:00
parent c9e8de4050
commit 554a9edced
3 changed files with 5 additions and 5 deletions

View File

@ -7,5 +7,5 @@ PyYAML>=3.1.0 # MIT
yaql>=1.1.0 # Apache 2.0 License
six>=1.9.0 # MIT
stevedore>=1.16.0 # Apache-2.0
semantic_version>=2.3.1 # BSD
oslo.i18n>=2.1.0 # Apache-2.0
semantic-version>=2.3.1 # BSD
oslo.i18n>=2.1.0 # Apache-2.0

View File

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

View File

@ -6,8 +6,8 @@ hacking<0.12,>=0.11.0 # Apache-2.0
coverage>=3.6 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD