eventlet clean-up
remove remnant occurrences that are obsolete [1]. [1] https://codesearch.opendev.org/?q=eventlet&i=nope&literal=nope&files=&excludeFiles=&repos=openstack/mistral-extra Change-Id: I98098fb56d54c9a58581f05a52a045eb91a7e209
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Hack for eventlet case sensitivity problem
|
|
||||||
# (https://bitbucket.org/eventlet/eventlet/issue/81/stdlib-queue-not-found-from-within).
|
|
||||||
mkdir -p /opt/mistral-extra/.tox
|
mkdir -p /opt/mistral-extra/.tox
|
||||||
mkdir -p /tmp/.tox
|
mkdir -p /tmp/.tox
|
||||||
mount --bind /tmp/.tox /opt/mistral-extra/.tox
|
mount --bind /tmp/.tox /opt/mistral-extra/.tox
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
python-mistralclient>=2.0.0 # Apache-2.0
|
python-mistralclient>=2.0.0 # Apache-2.0
|
||||||
pbr>=1.6 # Apache-2.0
|
pbr>=1.6 # Apache-2.0
|
||||||
eventlet!=0.18.3,>=0.18.2 # MIT
|
|
||||||
PyYAML>=3.1.0 # MIT
|
PyYAML>=3.1.0 # MIT
|
||||||
pecan>=1.0.0 # BSD
|
pecan>=1.0.0 # BSD
|
||||||
WSME>=0.8 # MIT
|
WSME>=0.8 # MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user