Updated from global requirements
Change-Id: I03786af6889b66945ded41c881d5c9e17a649687
This commit is contained in:
parent
4b551d859a
commit
c6bc0a4567
@ -2,7 +2,7 @@
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
pbr>=1.8 # Apache-2.0
|
||||
pbr>=2.0.0 # Apache-2.0
|
||||
Babel>=2.3.4 # BSD
|
||||
lxml!=3.7.0,>=2.3 # BSD
|
||||
python-ceilometerclient>=2.5.0 # Apache-2.0
|
||||
@ -24,6 +24,6 @@ pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
|
||||
PasteDeploy>=1.5.0 # MIT
|
||||
Werkzeug>=0.7 # BSD License
|
||||
keystonemiddleware>=4.12.0 # Apache-2.0
|
||||
stevedore>=1.17.1 # Apache-2.0
|
||||
stevedore>=1.20.0 # Apache-2.0
|
||||
voluptuous>=0.8.9 # BSD License
|
||||
sympy>=0.7.6 # BSD
|
||||
|
2
setup.py
2
setup.py
@ -25,5 +25,5 @@ except ImportError:
|
||||
pass
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['pbr>=1.8'],
|
||||
setup_requires=['pbr>=2.0.0'],
|
||||
pbr=True)
|
||||
|
@ -2,7 +2,7 @@
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
|
||||
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
||||
python-dateutil>=2.4.2 # BSD
|
||||
coverage>=4.0 # Apache-2.0
|
||||
lxml!=3.7.0,>=2.3 # BSD
|
||||
@ -28,7 +28,7 @@ tempest-lib>=0.14.0 # Apache-2.0
|
||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
testtools>=1.4.0 # MIT
|
||||
stevedore>=1.17.1 # Apache-2.0
|
||||
stevedore>=1.20.0 # Apache-2.0
|
||||
voluptuous>=0.8.9 # BSD License
|
||||
sympy>=0.7.6 # BSD
|
||||
reno>=1.8.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user