diff options
author | Ole Troan <ot@cisco.com> | 2019-03-13 18:08:42 +0100 |
---|---|---|
committer | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-03-15 19:01:59 +0000 |
commit | e4a6d69faa6e72650bd2097414457b991bc5ef93 (patch) | |
tree | a62f2cb63f3f7fb24c64c06e89ff9541f8fcbf2d /src/pkg/debian/control | |
parent | 3b0d7e42f65eaf8d84cfe26e2e9f5244c554b934 (diff) |
PAPI: Build python3 package for vpp_papi
Change-Id: Iae53fe88a69b53b75a7439d159ae0f9d18545908
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/pkg/debian/control')
-rw-r--r-- | src/pkg/debian/control | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/src/pkg/debian/control b/src/pkg/debian/control index a89371f3b88..48de48ab115 100644 --- a/src/pkg/debian/control +++ b/src/pkg/debian/control @@ -5,7 +5,9 @@ Maintainer: fd.io VPP Packaging Team <vpp-dev@fd.io> Build-Depends: debhelper (>= 9), dh-systemd, dh-python, - python-all + python-all, + python3-all, + python3-setuptools Standards-Version: 3.9.4 Package: vpp @@ -70,5 +72,14 @@ Depends: vpp (= ${source:Version}), ${python:Depends}, ${misc:Depends} Description: VPP Python API bindings - This package contains 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 + . |