Temporarily add eventlet to requirements
We absolutely do not want this to be a requirement, but for the moment the rabbit and qpid drivers import eventlet and avoid using it at runtime. This should be cleaned up shortly and we can remove the dep again. Change-Id: Iaef75964a502598a94d95aa77f0e44d1f7faba50
This commit is contained in:
parent
4043506a23
commit
576ce35e14
@ -6,3 +6,7 @@ iso8601
|
||||
|
||||
# for jsonutils
|
||||
six
|
||||
|
||||
# FIXME(markmc): remove this when the drivers no longer
|
||||
# import eventlet
|
||||
eventlet>=0.12.0
|
||||
|
Loading…
Reference in New Issue
Block a user