summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-09-12 17:19:31 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-09-12 17:19:31 +0200
commit4c0330a41800d17b8a1bed41421d293c1d734f3a (patch)
tree7fcbf4f6b56b93f903064af83df8149c6f7511e0
parent640b45315647d9224f6c275868c312144a46eacb (diff)
Refresh the patch
-rw-r--r--debian/patches/no-unsupported-deps.patch20
1 files changed, 8 insertions, 12 deletions
diff --git a/debian/patches/no-unsupported-deps.patch b/debian/patches/no-unsupported-deps.patch
index 99b6ff6..a891ffc 100644
--- a/debian/patches/no-unsupported-deps.patch
+++ b/debian/patches/no-unsupported-deps.patch
@@ -3,11 +3,9 @@ Description: remove meinheld and bjoern dependencies
Author: David Douard <david.douard@logilab.fr>
Bug-Debian: https://bugs.debian.org/784654
-Index: chaussette/chaussette/tests/test_backend.py
-===================================================================
---- chaussette.orig/chaussette/tests/test_backend.py
-+++ chaussette/chaussette/tests/test_backend.py
-@@ -8,12 +8,12 @@ from chaussette.backend import backends
+--- a/chaussette/tests/test_backend.py
++++ b/chaussette/tests/test_backend.py
+@@ -8,12 +8,12 @@
IS_PYPY = hasattr(sys, 'pypy_version_info')
@@ -18,16 +16,14 @@ Index: chaussette/chaussette/tests/test_backend.py
'socketio', 'tornado', 'waitress',
'wsgiref']
PYPY = ['tornado', 'waitress', 'wsgiref']
--PY3 = ['meinheld', 'tornado', 'waitress', 'wsgiref']
-+PY3 = ['tornado', 'waitress', 'wsgiref']
+-PY3 = ['eventlet', 'meinheld', 'tornado', 'waitress', 'wsgiref']
++PY3 = ['eventlet', 'tornado', 'waitress', 'wsgiref']
class TestBackend(unittest.TestCase):
-Index: chaussette/setup.py
-===================================================================
---- chaussette.orig/setup.py
-+++ chaussette/setup.py
-@@ -30,13 +30,13 @@ tests_require = ['nose', 'waitress', 'to
+--- a/setup.py
++++ b/setup.py
+@@ -30,13 +30,13 @@
'requests', 'minimock']
if not PYPY: