Updated from global requirements

Change-Id: I4e0a987f24a8827c373106dd9e78e55e4cb33864
This commit is contained in:
OpenStack Proposal Bot 2015-07-15 01:36:45 +00:00
parent e922d0f160
commit 6e067fa55e
3 changed files with 4 additions and 4 deletions

View File

@ -7,12 +7,12 @@
# adding a new feature to oslo.serialization means adding a new dependency,
# that is a likely indicator that the feature belongs somewhere else.
pbr<2.0,>=0.11
pbr<2.0,>=1.3
Babel>=1.3
six>=1.9.0
msgpack-python>=0.4.0
# Only for timeutils in openstack.common - once we're using the
# library version this can be removed.
iso8601>=0.1.9
oslo.utils>=1.6.0 # Apache-2.0
oslo.utils>=1.9.0 # Apache-2.0
pytz>=2013.6

View File

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

View File

@ -10,7 +10,7 @@ netaddr>=0.7.12
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
oslotest>=1.5.1 # Apache-2.0
oslotest>=1.7.0 # Apache-2.0
simplejson>=2.2.0
oslo.i18n>=1.5.0 # Apache-2.0
coverage>=3.6