papi: remove shared memory transport
[vpp.git] / src / pkg / debian / control.in
index 920baae..1ce63a7 100644 (file)
@@ -51,9 +51,9 @@ Description: Vector Packet Processing--runtime libraries
 Package: vpp-plugin-core
 Architecture: any
 Depends: vpp (= ${source:Version}),
-         libmbedtls12,
+         libmbedtls12 | libmbedtls10,
          libmbedx509-0,
-         libmbedcrypto3,
+         libmbedcrypto3 | libmbedcrypto1 | libmbedcrypto0,
          ${shlibs:Depends}
 Description: Vector Packet Processing--runtime core plugins
  This package contains VPP core plugins
@@ -67,21 +67,9 @@ Description: Vector Packet Processing--runtime dpdk plugin
  This package contains the VPP dpdk plugin
  .
 
-Package: vpp-api-python
-Architecture: any
-Depends: vpp (= ${source:Version}),
-         ${python:Depends},
-        ${misc:Depends}
-Description: VPP Python API bindings
- This package contains 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