aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2017-01-30 14:14:00 +0100
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2017-01-30 14:30:26 +0100
commit70f847badc5756cbbc3b0246aa520f62f49d21b9 (patch)
treeb1cb31483318f24bac08dbdb11f26d42fa372dfb /debian/control
parent9ea32ed0f0e8d72eb69160059a45f36edf1173b9 (diff)
Make the python-pyelftools only a Suggests
This dependency is only needed for the rather uncommon dpdk-pmdinfo which is more a developer tool these days still. To soften the relationship helps the joint maintenance with Ubuntu. Change-Id: I50dd2ab6af3a615249112416a442c589a2cdf4a6 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 3dc116d4..0e35e3dc 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,6 @@ Architecture: amd64 arm64 i386 ppc64el
Depends: hwdata,
lsb-base (>= 3.2-14),
pciutils,
- python-pyelftools,
${misc:Depends},
${python:Depends},
${shlibs:Depends}
@@ -60,7 +59,8 @@ Recommends: dpdk-igb-uio-dkms (= ${binary:Version}) [arm64],
Suggests: dpdk-doc,
dpdk-igb-uio-dkms (= ${binary:Version}),
dpdk-rte-kni-dkms (= ${binary:Version}),
- linux-image-generic
+ linux-image-generic,
+ python-pyelftools,
Description: Data Plane Development Kit (runtime)
DPDK is a set of libraries for fast packet processing. Applications run
in user-space and communicate directly with dedicated network interfaces.