Bump eventlet min version to 0.17.4
IPv6 support in Swift is dependent on IPv6 support in eventlet. eventlet itself only claims support for IPv6 post v0.17 (https://github.com/eventlet/eventlet/issues/8). This update matches the OpenStack global requirements version. Change-Id: I9d8433cdd3bf7d7a93b8f50b991cc21721a80d22
This commit is contained in:
parent
b9fd530657
commit
999479f9b1
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
dnspython>=1.12.0;python_version<'3.0'
|
dnspython>=1.12.0;python_version<'3.0'
|
||||||
dnspython3>=1.12.0;python_version>='3.0'
|
dnspython3>=1.12.0;python_version>='3.0'
|
||||||
eventlet>=0.16.1,!=0.17.0
|
eventlet>=0.17.4 # MIT
|
||||||
greenlet>=0.3.1
|
greenlet>=0.3.1
|
||||||
netifaces>=0.5,!=0.10.0,!=0.10.1
|
netifaces>=0.5,!=0.10.0,!=0.10.1
|
||||||
pastedeploy>=1.3.3
|
pastedeploy>=1.3.3
|
||||||
|
Loading…
Reference in New Issue
Block a user