aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2016-08-02 11:36:37 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2016-08-02 11:36:37 +0100
commit254697bfff3183a86a69fd59e965a1094c851584 (patch)
treed140bf0aab70afdd23bba58e82138dc560bb074d /debian/control
parentca40d310cd06cb895b534edfd2201284b5b5671b (diff)
Add python to dpdk-doc Recommends to fix Lintian W
Change-Id: I05685943c9d4d956bdf51e0c3089b5b866583dbb Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 74e9e6ec..2b59fedb 100644
--- a/debian/control
+++ b/debian/control
@@ -54,7 +54,8 @@ Package: dpdk-doc
Section: doc
Architecture: all
Homepage: http://dpdk.org/doc/guides/index.html
-Depends: libjs-jquery, libjs-underscore, ${misc:Depends}
+Depends: libjs-jquery, libjs-underscore, ${misc:Depends}, ${python:Depends}
+Recommends: python, ${python:Recommends}
Description: Data Plane Development Kit (documentation)
DPDK is a set of libraries for fast packet processing. Applications run
in user-space and communicate directly with dedicated network interfaces.