Updated from global requirements
Change-Id: I9e76aa94e681e68b5e4fa0fc772f9266355aa666
This commit is contained in:
committed by
Thomas Goirand
parent
3da951b43e
commit
45456883a6
@@ -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.
|
||||
|
||||
@@ -41,7 +41,7 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0
|
||||
automaton>=0.2.0 # Apache-2.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
|
||||
|
||||
Reference in New Issue
Block a user