aboutsummaryrefslogtreecommitdiffstats
path: root/src/pkg
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2021-05-04 12:45:57 +0200
committerAndrew Yourtchenko <ayourtch@gmail.com>2021-07-12 10:41:10 +0000
commit041372b79b843b54dfad048dda237e64d1a5f127 (patch)
tree63a4287f21ebfd0f5b3fde8e882b1c2a33464f46 /src/pkg
parent0046e97eb94cbcf278be2c892e4b686da670a414 (diff)
papi: remove shared memory transport
This patch removes the papi transport shared memory plugin. It also removes any dependency on CFFI. Type: feature Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: Ia81701c0dc506871e511495d837e41420e1fdf72 Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/pkg')
-rw-r--r--src/pkg/debian/control.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/debian/control.in b/src/pkg/debian/control.in
index 006b01c00c2..1ce63a7d004 100644
--- a/src/pkg/debian/control.in
+++ b/src/pkg/debian/control.in
@@ -70,7 +70,6 @@ Description: Vector Packet Processing--runtime dpdk plugin
Package: python3-vpp-api
Architecture: any
Depends: vpp (= ${source:Version}),
- python3-cffi,
${python3:Depends},
${misc:Depends}
Description: VPP Python3 API bindings