aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-09-29 09:11:43 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-09-29 09:13:48 +0200
commit226a6f90ecf94f17a0bcedf793bcffceeaabdf03 (patch)
treee46d06ccecb0dfbf22fc74a01cc36d17f6577d97 /debian/control
parent87653cd9228021dc474cd21fbe3476f82a4d6c12 (diff)
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 <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
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}