aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChuan Han <chuan.han.comm@gmail.com>2020-10-15 14:16:49 -0700
committerChuan Han <chuan.han.comm@gmail.com>2020-10-16 08:05:03 -0700
commitd5f8a9b0ad7a9658e99505c51574264e4f30745a (patch)
tree867d2bd31e17aaae15f89ea9149faf557d16dc90 /src
parent53604e5c83b4066e31cd79adf145ba4c84fc492f (diff)
build: Add missing debian dependencies
Otherwise, vpp install will fail. Type: improvement Signed-off-by: Chuan Han <chuan.han.comm@gmail.com> Change-Id: Ifb4d7b8f6fb7b333b8205ba6b424176f8554cfdc
Diffstat (limited to 'src')
-rw-r--r--src/pkg/debian/control.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pkg/debian/control.in b/src/pkg/debian/control.in
index 0b0c621e50c..920baaec670 100644
--- a/src/pkg/debian/control.in
+++ b/src/pkg/debian/control.in
@@ -51,6 +51,9 @@ Description: Vector Packet Processing--runtime libraries
Package: vpp-plugin-core
Architecture: any
Depends: vpp (= ${source:Version}),
+ libmbedtls12,
+ libmbedx509-0,
+ libmbedcrypto3,
${shlibs:Depends}
Description: Vector Packet Processing--runtime core plugins
This package contains VPP core plugins
@@ -76,6 +79,9 @@ Description: VPP Python API bindings
Package: python3-vpp-api
Architecture: any
Depends: vpp (= ${source:Version}),
+ python3-cffi,
+ python3-ply,
+ python3-pycparser,
${python3:Depends},
${misc:Depends}
Description: VPP Python3 API bindings