Followup-For: Bug #867439 Control: tag -1 pending Hi,
this is going to be fixed in the next stable point release with the attached patch. Andreas
diff -Nru python-mimeparse-0.1.4/debian/changelog python-mimeparse-0.1.4/debian/changelog --- python-mimeparse-0.1.4/debian/changelog 2016-12-26 20:13:35.000000000 +0100 +++ python-mimeparse-0.1.4/debian/changelog 2018-01-14 00:37:15.000000000 +0100 @@ -1,3 +1,17 @@ +python-mimeparse (0.1.4-3.1~deb9u1) stretch; urgency=medium + + * Non-maintainer upload. + * Rebuild for stretch. + + -- Andreas Beckmann <a...@debian.org> Sun, 14 Jan 2018 00:37:15 +0100 + +python-mimeparse (0.1.4-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix the python3-mimeparse dependencies. (Closes: #867439) + + -- Adrian Bunk <b...@debian.org> Tue, 17 Oct 2017 09:49:45 +0300 + python-mimeparse (0.1.4-3) unstable; urgency=medium [ Mathias Ertl ] diff -Nru python-mimeparse-0.1.4/debian/control python-mimeparse-0.1.4/debian/control --- python-mimeparse-0.1.4/debian/control 2016-12-26 20:13:35.000000000 +0100 +++ python-mimeparse-0.1.4/debian/control 2017-10-17 08:49:28.000000000 +0200 @@ -25,7 +25,7 @@ Package: python3-mimeparse Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${python3:Depends} Description: Parse mime-types and quality parameters - python 3.x This module provides basic functions for parsing mime-type names and matching them against a list of media-ranges.