diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-12-30 00:41:15 +0000 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2021-02-09 18:29:33 +0000 |
commit | 3ca4b14e2d3df439a6088401baace95a9f79f855 (patch) | |
tree | 5f6c3a4aff8b5654805bf2d5f76b380115c0266e /src/pkg/debian/rules.in | |
parent | c68ca7b6e18d9e7c905e236da79e6d3045a01be1 (diff) |
papi: remove python2 vpp-api-python.deb
Type: fix
Change-Id: I4901f7eb9d739afd4d45a25306434e9d122a4068
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/pkg/debian/rules.in')
-rwxr-xr-x | src/pkg/debian/rules.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pkg/debian/rules.in b/src/pkg/debian/rules.in index f09db38e2a1..3249220b4f5 100755 --- a/src/pkg/debian/rules.in +++ b/src/pkg/debian/rules.in @@ -12,14 +12,7 @@ export PYBUILD_DIR = @CMAKE_SOURCE_DIR@/vpp-api/python export PYBUILD_DESTDIR_python3=debian/python3-vpp-api/ export PYBUILD_DISABLE_python3=test export PYBUILD_SYSTEM=distutils -ifeq (@VPP_DEB_WITH_PYTHON2@,yes) -export PYBUILD_DESTDIR_python2=debian/vpp-api-python/ -export PYBUILD_DISABLE_python2=test -buildvers := $(shell pyversions -sv) -DH_WITH = systemd,python2,python3 -else DH_WITH = systemd,python3 -endif build3vers := $(shell py3versions -sv) |