diff options
author | Chuan Han <chuan.han.comm@gmail.com> | 2020-10-15 14:16:49 -0700 |
---|---|---|
committer | Chuan Han <chuan.han.comm@gmail.com> | 2020-10-16 08:05:03 -0700 |
commit | d5f8a9b0ad7a9658e99505c51574264e4f30745a (patch) | |
tree | 867d2bd31e17aaae15f89ea9149faf557d16dc90 | |
parent | 53604e5c83b4066e31cd79adf145ba4c84fc492f (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
-rw-r--r-- | src/pkg/debian/control.in | 6 |
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 |