[PKG-Openstack-devel] Bug#867431: python3-hacking: incorrect dependencies

Adrian Bunk bunk at debian.org
Thu Jul 6 16:12:13 UTC 2017


Package: python3-hacking
Version: 0.8.1-4
Severity: serious
Tags: patch

Due to a cut'n'paste error the dependencies are incorrect.

Fix:

--- debian/control.old	2017-07-06 16:03:45.000000000 +0000
+++ debian/control	2017-07-06 16:10:07.000000000 +0000
@@ -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



More information about the Openstack-devel mailing list