From: Christian Ehrhardt Date: Thu, 29 Sep 2016 07:11:43 +0000 (+0200) Subject: add dependencies for dpdk-pmdinfo X-Git-Tag: debian/16.07-3~3^2~25 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=deb_dpdk.git;a=commitdiff_plain;h=226a6f90ecf94f17a0bcedf793bcffceeaabdf03 add dependencies for dpdk-pmdinfo 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 --- diff --git a/debian/control b/debian/control index 408fd261..5807c065 100644 --- a/debian/control +++ b/debian/control @@ -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}