From 8ce204e3dcae9fd4da79b1351f01092a09f08090 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 30 Nov 2017 15:28:23 +0000 Subject: [PATCH] Revert "Switch dependencies to python3" This reverts commit 0012711e5e76baf1178d4e7b358790aa7210dfa3. Change-Id: I8f11b88b68c6709bf0432a50871d007a8f5a0cf2 Signed-off-by: Luca Boccassi --- debian/control | 6 +++--- debian/rules | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index fa28b26b..63120c50 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Depends: hwdata, lsb-base (>= 3.2-14), pciutils, ${misc:Depends}, - ${python3:Depends}, + ${python:Depends}, ${shlibs:Depends} Recommends: ${librte:Recommends}, Suggests: dpdk-doc, @@ -63,8 +63,8 @@ Section: doc Architecture: all Multi-Arch: foreign Homepage: http://dpdk.org/doc/guides/index.html -Depends: libjs-jquery, libjs-underscore, ${misc:Depends}, ${python3:Depends} -Recommends: python3, ${python3:Recommends} +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. diff --git a/debian/rules b/debian/rules index dbe65d3b..961fd50b 100755 --- a/debian/rules +++ b/debian/rules @@ -121,11 +121,11 @@ build: fi sh debian/prep-modules $(KSRC) cat debian/control.modules >> debian/control - dh $@ --with python3,dkms,systemd + dh $@ --with python2,dkms,systemd endif %: - dh $@ --with python3,dkms,systemd + dh $@ --with python2,dkms,systemd override_dh_gencontrol: dh_gencontrol -- 2.16.6