aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2017-03-25 19:25:05 +0100
committerOle Trøan <otroan@employees.org>2017-03-28 19:13:55 +0000
commit45e526f36fb43f0b2c86d136ab563a3c5c412546 (patch)
tree09da6f1b06065fa951f398547cd39f5fe1f5d5b8
parentf9bb3b45d1693c8bd2d80025848f70a20d84d32b (diff)
Python-API: debian packaging now depends on python-all (for pybuild)
Change-Id: I6b1dd6bdf03fa506c4b114d15800d9fe03e36395 Signed-off-by: Ole Troan <ot@cisco.com> (cherry picked from commit 9f81d4fe5cfab856e23926bfdb11c03c04838478)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91c80bfd6aa..ac571a653c1 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ DEB_DEPENDS = curl build-essential autoconf automake bison libssl-dev ccache
DEB_DEPENDS += debhelper dkms git libtool libganglia1-dev libapr1-dev dh-systemd
DEB_DEPENDS += libconfuse-dev git-review exuberant-ctags cscope pkg-config
DEB_DEPENDS += lcov chrpath autoconf nasm
-DEB_DEPENDS += python-dev python-virtualenv python-pip libffi6
+DEB_DEPENDS += python-all python-dev python-virtualenv python-pip libffi6
ifeq ($(OS_VERSION_ID),14.04)
DEB_DEPENDS += openjdk-8-jdk-headless
else