diff options
author | Chuan Han <chuan.han.comm@gmail.com> | 2020-10-15 14:16:49 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-10-16 09:40:43 +0000 |
commit | 64146740614b31ee08dce533ea0c011cd2bd438f (patch) | |
tree | 92890c2ea738e8c339201c9f18aecfe4a7e17b99 /src | |
parent | 500ba9fcc59b7f27aec5e4b9122754fe035f0628 (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.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 |