add dependencies for dpdk-pmdinfo 90/3190/1
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Thu, 29 Sep 2016 07:11:43 +0000 (09:11 +0200)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Thu, 29 Sep 2016 07:13:48 +0000 (09:13 +0200)
The tool dpdk-pmdinfo depends on python-pyelftools and hwdata to
work. Without those the exits are very non-graceful so add those
dependencies.
So far dpdk-pmdinfo is not py3 compatible, so no py3 dependency.
dh-python won't fill ${python:Depends} for us as the dpdk build system
doesn't populate setup.py/requirements.txt.

Change-Id: I747d13d74ab9e8571aed39edd558ca82b17967f1
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
debian/control

index 408fd26..5807c06 100644 (file)
@@ -31,6 +31,8 @@ Section: admin
 Architecture: amd64 arm64 i386 ppc64el
 Depends: lsb-base (>= 3.2-14),
          pciutils,
+         python-pyelftools,
+         hwdata,
          ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends}