Update RYU to be 4.24 to sort out issues with pip 10
This version of RYU doesn't import from pip which causes problems with pip 10. Change-Id: I3edc85ebbb1c23f970a44393a6439403fdc38bcf
This commit is contained in:
parent
dd7edf06df
commit
fb75ce0319
@ -123,7 +123,7 @@ requests==2.14.2
|
|||||||
requestsexceptions==1.2.0
|
requestsexceptions==1.2.0
|
||||||
rfc3986==0.3.1
|
rfc3986==0.3.1
|
||||||
Routes==2.3.1
|
Routes==2.3.1
|
||||||
ryu==4.14
|
ryu==4.24
|
||||||
simplejson==3.5.1
|
simplejson==3.5.1
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
smmap==0.9.0
|
smmap==0.9.0
|
||||||
|
@ -17,7 +17,7 @@ netifaces>=0.10.4 # MIT
|
|||||||
neutron-lib>=1.13.0 # Apache-2.0
|
neutron-lib>=1.13.0 # Apache-2.0
|
||||||
python-neutronclient>=6.7.0 # Apache-2.0
|
python-neutronclient>=6.7.0 # Apache-2.0
|
||||||
tenacity>=3.2.1 # Apache-2.0
|
tenacity>=3.2.1 # Apache-2.0
|
||||||
ryu>=4.14 # Apache-2.0
|
ryu>=4.24 # Apache-2.0
|
||||||
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
|
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
|
||||||
WebOb>=1.7.1 # MIT
|
WebOb>=1.7.1 # MIT
|
||||||
keystoneauth1>=3.4.0 # Apache-2.0
|
keystoneauth1>=3.4.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user