From 80450694e8ec6d55a127083d880e5014320872c9 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 5 Jan 2018 17:17:43 +0000 Subject: 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 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- cgit 1.2.3-korg