Blacklist eventlet 0.23.0
See https://github.com/eventlet/eventlet/issues/488 Fix at https://github.com/eventlet/eventlet/pull/497 Change-Id: I1aa22f23fd7808c5d959accbf3a3d2daace8c05f Depends-On: Ieb895eded03e3aabef8ac1ed69bd45d11f44b776
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
dnspython>=1.14.0;python_version=='2.7' # http://www.dnspython.org/LICENSE
|
dnspython>=1.14.0;python_version=='2.7' # http://www.dnspython.org/LICENSE
|
||||||
eventlet>=0.17.4 # MIT
|
eventlet>=0.17.4,!=0.23.0 # 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
|
||||||
|
Reference in New Issue
Block a user