build: Add missing debian dependencies 74/29474/2
authorChuan Han <chuan.han.comm@gmail.com>
Thu, 15 Oct 2020 21:16:49 +0000 (14:16 -0700)
committerDamjan Marion <dmarion@me.com>
Fri, 16 Oct 2020 09:40:43 +0000 (09:40 +0000)
Otherwise, vpp install will fail.

Type: improvement

Signed-off-by: Chuan Han <chuan.han.comm@gmail.com>
Change-Id: Ifb4d7b8f6fb7b333b8205ba6b424176f8554cfdc

src/pkg/debian/control.in

index 0b0c621..920baae 100644 (file)
@@ -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