diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2017-11-29 22:56:13 +0000 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2017-11-29 23:05:00 +0000 |
commit | ef391707674a26f6ec8ec8502471b8a26366994c (patch) | |
tree | c015b05c6e5edb07ff3cb28ab075e614e95a95c2 | |
parent | 865781d57fceb5bf796a7fd879554c11db234793 (diff) |
Add python dep to dpdk-doc for scripts
Change-Id: Ie7aef01510e25c55cc6373cf955dcef7047e656d
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7edef4c5..23b2d392 100644 --- a/debian/control +++ b/debian/control @@ -62,7 +62,7 @@ Section: doc Architecture: all Multi-Arch: foreign Homepage: http://dpdk.org/doc/guides/index.html -Depends: libjs-jquery, libjs-underscore, ${misc:Depends}, ${python3:Depends} +Depends: libjs-jquery, libjs-underscore, python, ${misc:Depends}, ${python3:Depends} Recommends: python3, ${python3:Recommends} Description: Data Plane Development Kit (documentation) DPDK is a set of libraries for fast packet processing. Applications run |