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:
Hervé Beraud
2025-02-11 10:17:49 +01:00
parent 55f88dbe0e
commit 5051ac624b
2 changed files with 0 additions and 3 deletions

View File

@@ -1,6 +1,4 @@
#!/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 /tmp/.tox
mount --bind /tmp/.tox /opt/mistral-extra/.tox

View File

@@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
python-mistralclient>=2.0.0 # Apache-2.0
pbr>=1.6 # Apache-2.0
eventlet!=0.18.3,>=0.18.2 # MIT
PyYAML>=3.1.0 # MIT
pecan>=1.0.0 # BSD
WSME>=0.8 # MIT