summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-09-15 19:07:04 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-09-15 19:07:04 +0200
commit0720cb4861b603e1d0a68d7b1484fc3fdd88e57d (patch)
tree59345dfa63a978ea2f6220289a88a0f424b36441
parent195886d5c1b589d9f3f5f3e87b5f74cb79e251f6 (diff)
Disable fastgevent backend toodebian/1.3.0+git20170419+82ac44a-0.1
-rw-r--r--debian/patches/no-unsupported-deps.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/no-unsupported-deps.patch b/debian/patches/no-unsupported-deps.patch
index a891ffc..a459c75 100644
--- a/debian/patches/no-unsupported-deps.patch
+++ b/debian/patches/no-unsupported-deps.patch
@@ -11,7 +11,7 @@ Bug-Debian: https://bugs.debian.org/784654
-PY2 = ['bjoern', 'eventlet', 'fastgevent', 'gevent',
- 'geventwebsocket', 'geventws4py', 'meinheld',
-+PY2 = ['eventlet', 'fastgevent', 'gevent',
++PY2 = ['eventlet', 'gevent',
+ 'geventwebsocket', 'geventws4py',
'socketio', 'tornado', 'waitress',
'wsgiref']