diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2017-11-16 14:12:38 +0100 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2017-11-16 14:15:27 +0100 |
commit | 080df071996f52af7d19668dda6eae2bd28f71d5 (patch) | |
tree | 36b75268f000d62b19c07d191dbc6f83b0e040b3 | |
parent | 513461cb3fffd5cb5a04976009d651009aa0e5f1 (diff) |
d/control: make python-pyelftools a recommends
It is a uncommon tool to use so it was never very important.
But pmdinfo needs the extra python modules to work properly.
$ dpdk-pmdinfo
Traceback (most recent call last):
File "/usr/bin/dpdk-pmdinfo", line 14, in <module>
from elftools.common.exceptions import ELFError
ImportError: No module named elftools.common.exceptions
We had it as a suggests so far as Ubunut would not have been able to
pick it up, but that is now accepted in [1].
Thanks for carrying that as suggests so far, but we could now enable it
as recommends for the next version of dpdk.
[1]: https://bugs.launchpad.net/ubuntu/+source/python-pyelftools/+bug/1630073
Change-Id: Ied23438a6332004f957e3e50842eeea98cfdac34
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 063062f1..0f8b14fd 100644 --- a/debian/control +++ b/debian/control @@ -35,11 +35,11 @@ Depends: hwdata, ${python3:Depends}, ${shlibs:Depends} Recommends: ${librte:Recommends}, + python-pyelftools, Suggests: dpdk-doc, dpdk-igb-uio-dkms (= ${binary:Version}), dpdk-rte-kni-dkms (= ${binary:Version}), 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. |