From: Luca Boccassi Date: Fri, 5 Jan 2018 17:17:43 +0000 (+0000) Subject: dpdk-doc: depend only on python3 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F64%2F9964%2F1;p=deb_dpdk.git dpdk-doc: depend only on python3 The examples work with both python and python3, so only depend on python3. Change-Id: I63635113860bf2e5dcfb39901826e6453f4b86ae Signed-off-by: Luca Boccassi --- diff --git a/debian/control b/debian/control index 3ddae293..e7993d53 100644 --- a/debian/control +++ b/debian/control @@ -62,8 +62,8 @@ Section: doc Architecture: all Multi-Arch: foreign Homepage: http://dpdk.org/doc/guides/index.html -Depends: libjs-jquery, libjs-underscore, python, ${misc:Depends}, ${python3:Depends} -Recommends: python3, ${python3:Recommends} +Depends: libjs-jquery, libjs-underscore, python3, ${misc:Depends}, ${python3:Depends} +Recommends: ${python3: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.