update requirements
current oslo.messaging isn't py33 compatible so this patch skips it so it does not block other requirements Change-Id: I8d438a24f456839023e4c66e861f52d513de2148
This commit is contained in:
parent
f8d673b698
commit
d0e62cab45
@ -11,6 +11,7 @@ lxml>=2.3
|
||||
msgpack-python>=0.4.0
|
||||
netaddr>=0.7.6
|
||||
oslo.config>=1.4.0.0a3
|
||||
oslo.db>=0.4.0
|
||||
PasteDeploy>=1.5.0
|
||||
pbr>=0.6,!=0.7,<1.0
|
||||
pecan>=0.5.0
|
||||
@ -20,15 +21,15 @@ oslo.utils>=0.2.0
|
||||
pysnmp>=4.2.1,<5.0.0
|
||||
python-ceilometerclient>=1.0.6
|
||||
python-glanceclient>=0.13.1
|
||||
python-keystoneclient>=0.9.0
|
||||
python-neutronclient>=2.3.5,<3
|
||||
python-keystoneclient>=0.10.0
|
||||
python-neutronclient>=2.3.6,<3
|
||||
python-novaclient>=2.17.0
|
||||
python-swiftclient>=2.0.2
|
||||
python-swiftclient>=2.2.0
|
||||
pytz>=2010h
|
||||
PyYAML>=3.1.0
|
||||
requests>=1.1
|
||||
requests>=1.2.1
|
||||
six>=1.7.0
|
||||
SQLAlchemy>=0.8.4,!=0.9.5,<=0.9.99
|
||||
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
|
||||
sqlalchemy-migrate>=0.9.1
|
||||
stevedore>=0.14
|
||||
WebOb>=1.2.3
|
||||
|
@ -14,25 +14,25 @@ msgpack-python>=0.4.0
|
||||
netaddr>=0.7.6
|
||||
oslo.db>=0.4.0
|
||||
oslo.config>=1.4.0.0a3
|
||||
oslo.vmware>=0.4 # Apache-2.0
|
||||
oslo.vmware>=0.5 # Apache-2.0
|
||||
PasteDeploy>=1.5.0
|
||||
pbr>=0.6,!=0.7,<1.0
|
||||
pecan>=0.5.0
|
||||
posix_ipc
|
||||
oslo.messaging>=1.3.0
|
||||
oslo.utils>=0.2.0
|
||||
oslo.messaging>=1.4.0.0a3
|
||||
oslo.utils>=0.2.0 # Apache-2.0
|
||||
pysnmp>=4.2.1,<5.0.0
|
||||
python-ceilometerclient>=1.0.6
|
||||
python-glanceclient>=0.13.1
|
||||
python-keystoneclient>=0.9.0
|
||||
python-neutronclient>=2.3.5,<3
|
||||
python-keystoneclient>=0.10.0
|
||||
python-neutronclient>=2.3.6,<3
|
||||
python-novaclient>=2.17.0
|
||||
python-swiftclient>=2.0.2
|
||||
python-swiftclient>=2.2.0
|
||||
pytz>=2010h
|
||||
PyYAML>=3.1.0
|
||||
requests>=1.1
|
||||
requests>=1.2.1
|
||||
six>=1.7.0
|
||||
SQLAlchemy>=0.8.4,!=0.9.5,<=0.9.99
|
||||
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
|
||||
sqlalchemy-migrate>=0.9.1
|
||||
stevedore>=0.14
|
||||
WebOb>=1.2.3
|
||||
|
@ -8,7 +8,7 @@ httplib2>=0.7.5
|
||||
mock>=1.0
|
||||
mox>=0.5.3
|
||||
# Docs Requirements
|
||||
oslosphinx
|
||||
oslosphinx>=2.2.0.0a2
|
||||
oslotest
|
||||
pymongo>=2.5
|
||||
python-subunit>=0.0.18
|
||||
|
@ -9,7 +9,7 @@ mock>=1.0
|
||||
mox>=0.5.3
|
||||
MySQL-python
|
||||
# Docs Requirements
|
||||
oslosphinx
|
||||
oslosphinx>=2.2.0.0a2
|
||||
oslotest
|
||||
pymongo>=2.5
|
||||
python-subunit>=0.0.18
|
||||
|
Loading…
x
Reference in New Issue
Block a user