Revert "Switch dependencies to python3" 78/9678/1
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 30 Nov 2017 15:28:23 +0000 (15:28 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 30 Nov 2017 15:29:56 +0000 (15:29 +0000)
This reverts commit 0012711e5e76baf1178d4e7b358790aa7210dfa3.

Change-Id: I8f11b88b68c6709bf0432a50871d007a8f5a0cf2
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
debian/control
debian/rules

index fa28b26..63120c5 100644 (file)
@@ -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.
index dbe65d3..961fd50 100755 (executable)
@@ -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