Make the python-pyelftools only a Suggests 39/4939/2
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Mon, 30 Jan 2017 13:14:00 +0000 (14:14 +0100)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Mon, 30 Jan 2017 13:30:26 +0000 (14:30 +0100)
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>
debian/control

index 3dc116d..0e35e3d 100644 (file)
@@ -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.