Followup-For: Bug #867431 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-hacking-0.11.0/debian/changelog python-hacking-0.11.0/debian/changelog --- python-hacking-0.11.0/debian/changelog 2016-10-04 13:21:49.000000000 +0200 +++ python-hacking-0.11.0/debian/changelog 2018-01-14 00:46:21.000000000 +0100 @@ -1,3 +1,17 @@ +python-hacking (0.11.0-2.1~deb9u1) stretch; urgency=medium + + * Non-maintainer upload. + * Rebuild for stretch. + + -- Andreas Beckmann <a...@debian.org> Sun, 14 Jan 2018 00:46:21 +0100 + +python-hacking (0.11.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix the python3-hacking dependencies. (Closes: #867431) + + -- Adrian Bunk <b...@debian.org> Tue, 17 Oct 2017 09:38:55 +0300 + python-hacking (0.11.0-2) unstable; urgency=medium [ Ondřej Nový ] diff -Nru python-hacking-0.11.0/debian/control python-hacking-0.11.0/debian/control --- python-hacking-0.11.0/debian/control 2016-10-04 13:21:49.000000000 +0200 +++ python-hacking-0.11.0/debian/control 2017-10-17 08:38:53.000000000 +0200 @@ -55,13 +55,13 @@ Package: python3-hacking Architecture: all -Depends: pyflakes, +Depends: pyflakes3, python3-flake8 (>= 3.0.0), python3-pbr (>= 1.8), python3-pep8 (>= 1.5.7), python3-six (>= 1.9.0), ${misc:Depends}, - ${python:Depends}, + ${python3:Depends}, Recommends: ${python3:Recommends}, Description: Flake8 OpenStack Hacking Guidelines Enforcement plugins - Python 3.x Hacking is a set of flake8 plugins that test and enforce the OpenStack Style