Updated from global requirements
Change-Id: I9e76aa94e681e68b5e4fa0fc772f9266355aa666
This commit is contained in:
parent
453e74d778
commit
8409f2ced0
@ -3,7 +3,7 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
|
||||
pbr<2.0,>=0.11
|
||||
pbr<2.0,>=1.3
|
||||
|
||||
# Packages needed for using this library.
|
||||
|
||||
@ -38,7 +38,7 @@ monotonic>=0.1 # Apache-2.0
|
||||
jsonschema!=2.5.0,<3.0.0,>=2.0.0
|
||||
|
||||
# For common utilities
|
||||
oslo.utils>=1.6.0 # Apache-2.0
|
||||
oslo.utils>=1.9.0 # Apache-2.0
|
||||
oslo.serialization>=1.4.0 # Apache-2.0
|
||||
|
||||
# For lru caches and such
|
||||
|
2
setup.py
2
setup.py
@ -25,5 +25,5 @@ except ImportError:
|
||||
pass
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['pbr'],
|
||||
setup_requires=['pbr>=1.3'],
|
||||
pbr=True)
|
||||
|
@ -3,7 +3,7 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
hacking<0.11,>=0.10.0
|
||||
oslotest>=1.5.1 # Apache-2.0
|
||||
oslotest>=1.7.0 # Apache-2.0
|
||||
mock>=1.1;python_version!='2.6'
|
||||
mock==1.0.1;python_version=='2.6'
|
||||
testtools>=1.4.0
|
||||
|
Loading…
Reference in New Issue
Block a user