Updated from global requirements
Change-Id: I73a4bd75e4fee956cc16cd48763f0ce7764a8a78
This commit is contained in:
parent
6ee35b0eb5
commit
6c4509587a
@ -7,7 +7,7 @@
|
|||||||
# adding a new feature to oslo.utils means adding a new dependency,
|
# adding a new feature to oslo.utils means adding a new dependency,
|
||||||
# that is a likely indicator that the feature belongs somewhere else.
|
# that is a likely indicator that the feature belongs somewhere else.
|
||||||
|
|
||||||
pbr<2.0,>=0.11
|
pbr<2.0,>=1.3
|
||||||
Babel>=1.3
|
Babel>=1.3
|
||||||
six>=1.9.0
|
six>=1.9.0
|
||||||
iso8601>=0.1.9
|
iso8601>=0.1.9
|
||||||
|
2
setup.py
2
setup.py
@ -25,5 +25,5 @@ except ImportError:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=['pbr'],
|
setup_requires=['pbr>=1.3'],
|
||||||
pbr=True)
|
pbr=True)
|
||||||
|
@ -10,7 +10,7 @@ python-subunit>=0.0.18
|
|||||||
testrepository>=0.0.18
|
testrepository>=0.0.18
|
||||||
testscenarios>=0.4
|
testscenarios>=0.4
|
||||||
testtools>=1.4.0
|
testtools>=1.4.0
|
||||||
oslotest>=1.5.1 # Apache-2.0
|
oslotest>=1.7.0 # Apache-2.0
|
||||||
|
|
||||||
# when we can require tox>= 1.4, this can go into tox.ini:
|
# when we can require tox>= 1.4, this can go into tox.ini:
|
||||||
# [testenv:cover]
|
# [testenv:cover]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user