Prevent installation of known-broken eventlet

See https://github.com/eventlet/eventlet/pull/890

It's a relatively minor breakage, triggered by clients hitting a funny
corner of the HTTP spec, but it does prevent our unit tests from passing
and may surprise some clients.

Change-Id: Id29ba545e4ac7887c63fa62b75469988a2c6773c
This commit is contained in:
Tim Burke 2024-01-23 13:49:15 -08:00
parent 1d9ab5d0a8
commit 0d60af2508
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
eventlet>=0.25.0 # MIT
eventlet>=0.25.0,!=0.34.3 # MIT
greenlet>=0.3.2
PasteDeploy>=2.0.0
lxml>=3.4.1