Hi, Please find the attached debdiff fixing the package. I'm uploading to directly to unstable considering the freeze on the 12th.
Cheers, Thomas Goirand (zigo)
diff -Nru chaussette-1.3.0+git20170419+82ac44a/debian/changelog chaussette-1.3.0+git20170419+82ac44a/debian/changelog --- chaussette-1.3.0+git20170419+82ac44a/debian/changelog 2019-09-23 06:39:37.000000000 +0200 +++ chaussette-1.3.0+git20170419+82ac44a/debian/changelog 2021-02-03 11:49:30.000000000 +0100 @@ -1,3 +1,11 @@ +chaussette (1.3.0+git20170419+82ac44a-0.3) unstable; urgency=medium + + * Non-maintainer upload. + * Remove tornado from chaussette.tests.test_backend.TestBackend.test_backends + to avoid FTBFS (Closes: #963323). + + -- Thomas Goirand <z...@debian.org> Wed, 03 Feb 2021 11:49:30 +0100 + chaussette (1.3.0+git20170419+82ac44a-0.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru chaussette-1.3.0+git20170419+82ac44a/debian/patches/no-unsupported-deps.patch chaussette-1.3.0+git20170419+82ac44a/debian/patches/no-unsupported-deps.patch --- chaussette-1.3.0+git20170419+82ac44a/debian/patches/no-unsupported-deps.patch 2019-09-12 17:24:59.000000000 +0200 +++ chaussette-1.3.0+git20170419+82ac44a/debian/patches/no-unsupported-deps.patch 2021-02-03 11:49:30.000000000 +0100 @@ -17,7 +17,7 @@ 'wsgiref'] PYPY = ['tornado', 'waitress', 'wsgiref'] -PY3 = ['eventlet', 'meinheld', 'tornado', 'waitress', 'wsgiref'] -+PY3 = ['eventlet', 'tornado', 'waitress', 'wsgiref'] ++PY3 = ['eventlet', 'waitress', 'wsgiref'] class TestBackend(unittest.TestCase):