Updated from global requirements
Change-Id: I03cefeb03f09c93e56a102daf997d268fd12eae5
This commit is contained in:
committed by
Kiall Mac Innes
parent
e301bf6fde
commit
e425d70188
@@ -1,6 +1,6 @@
|
||||
# The order of packages is significant, because pip processes them in the order
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
pbr<2.0,>=0.11
|
||||
pbr<2.0,>=1.3
|
||||
Babel>=1.3
|
||||
python-designateclient>=1.0.0
|
||||
|
||||
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)
|
||||
|
||||
@@ -5,10 +5,12 @@ hacking<0.11,>=0.10.0
|
||||
|
||||
coverage>=3.6
|
||||
discover
|
||||
mock>=1.0
|
||||
mock!=1.1.4,>=1.1;python_version!='2.6'
|
||||
mock==1.0.1;python_version=='2.6'
|
||||
mox>=0.5.3
|
||||
mox3>=0.7.0
|
||||
oslo.config>=1.11.0 # Apache-2.0
|
||||
pylint==1.4.1 # GNU GPL v2
|
||||
pylint==1.4.4 # GNU GPL v2
|
||||
testrepository>=0.0.18
|
||||
testtools>=1.4.0
|
||||
unittest2
|
||||
|
||||
Reference in New Issue
Block a user