Updated from global requirements
Change-Id: Ida5477ee5ca58ecb9761f0a23ec9b2e886b876efchanges/32/221932/3
parent
0211f43e11
commit
497a307401
|
@ -2,6 +2,6 @@
|
|||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
pbr<2.0,>=1.6
|
||||
pbr>=1.6
|
||||
Babel>=1.3
|
||||
python-neutronclient<3,>=2.6.0
|
||||
python-neutronclient>=2.6.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -25,5 +25,5 @@ except ImportError:
|
|||
pass
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['pbr>=1.3'],
|
||||
setup_requires=['pbr>=1.8'],
|
||||
pbr=True)
|
||||
|
|
|
@ -13,4 +13,4 @@ oslotest>=1.10.0 # Apache-2.0
|
|||
testrepository>=0.0.18
|
||||
testscenarios>=0.4
|
||||
testtools>=1.4.0
|
||||
tempest-lib>=0.6.1
|
||||
tempest-lib>=0.8.0
|
||||
|
|
Loading…
Reference in New Issue