diff options
author | Damjan Marion <damarion@cisco.com> | 2020-05-12 12:22:18 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-05-15 23:42:40 +0000 |
commit | a416493d3b9017181054d5ff24d5efdcdb5bf39f (patch) | |
tree | 960b1d9cafdcbb91f218999c14b82d86a42af6c8 /src/pkg/debian/control | |
parent | d466c0cafcbc3189b5982f3df8d4cd4d553704ce (diff) |
misc: fix ubuntu 20.04 python deps
Type: fix
Change-Id: I9cdfbffd6333d090f970422bf047aaa90c1e4c65
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/pkg/debian/control')
-rw-r--r-- | src/pkg/debian/control | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/src/pkg/debian/control b/src/pkg/debian/control deleted file mode 100644 index 48de48ab115..00000000000 --- a/src/pkg/debian/control +++ /dev/null @@ -1,85 +0,0 @@ -Source: vpp -Section: net -Priority: extra -Maintainer: fd.io VPP Packaging Team <vpp-dev@fd.io> -Build-Depends: debhelper (>= 9), - dh-systemd, - dh-python, - python-all, - python3-all, - python3-setuptools -Standards-Version: 3.9.4 - -Package: vpp -Architecture: any -Depends: libvppinfra (= ${source:Version}), - ${shlibs:Depends}, - ${misc:Depends} -Description: Vector Packet Processing--executables - This package provides VPP executables: vpp, vpp_api_test, vpp_json_test - vpp - the vector packet engine - vpp_api_test - vector packet engine API test tool - vpp_json_test - vector packet engine JSON test tool - -Package: vpp-dbg -Architecture: any -Depends: ${misc:Depends} -Description: Vector Packet Processing--debug symbols - -Package: vpp-dev -Architecture: any -Depends: libvppinfra-dev (= ${source:Version}), - ${misc:Depends}, - ${python:Depends} -Description: Vector Packet Processing--development support - This package contains development support files for the VPP libraries - . - -Package: libvppinfra -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends} -Description: Vector Packet Processing--runtime libraries - This package contains the VPP shared libraries, including: - . - -Package: libvppinfra-dev -Architecture: any -Depends: ${misc:Depends} -Description: Vector Packet Processing--runtime libraries - This package contains the VPP shared libraries, including: - . - -Package: vpp-plugin-core -Architecture: any -Depends: vpp (= ${source:Version}), - ${shlibs:Depends} -Description: Vector Packet Processing--runtime core plugins - This package contains VPP core plugins - . - -Package: vpp-plugin-dpdk -Architecture: any -Depends: vpp (= ${source:Version}), - ${shlibs:Depends} -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:Depends}, - ${misc:Depends} -Description: VPP Python3 API bindings - This package contains VPP python api bindings - . |