diff options
author | Ole Troan <ot@cisco.com> | 2017-03-20 21:38:37 +0100 |
---|---|---|
committer | Ed Warnicke <hagbard@gmail.com> | 2017-03-27 18:58:11 +0000 |
commit | afaa85f873a7bff1cf1e32c22f909af3018ccfee (patch) | |
tree | 05b4ff7b223c863eaa16ed6d0c0d888dda18bf07 /build-data/platforms.mk | |
parent | 0c8ad446db72078a2255329c2cfaced517829c78 (diff) |
Python API: Fixup of debian package after cFFI changes.
Change-Id: I4c2a1a818f28d4c6cf52af45f3b7dbfa41d77ccb
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'build-data/platforms.mk')
-rw-r--r-- | build-data/platforms.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build-data/platforms.mk b/build-data/platforms.mk index 2351898e3eb..f491ee59571 100644 --- a/build-data/platforms.mk +++ b/build-data/platforms.mk @@ -59,10 +59,6 @@ install-deb: $(patsubst %,%-find-source,$(ROOT_PACKAGES)) ./scripts/find-vpp-api-java-contents $(INSTALL_PREFIX)$(ARCH) \ deb/debian/vpp-api-java.install ; \ \ - : vpp-api-python package ; \ - ./scripts/find-vpp-api-python-contents $(INSTALL_PREFIX)$(ARCH) \ - deb/debian/vpp-api-python.install ; \ - \ : bin package needs startup config ; \ echo ../../src/vpp/conf/startup.conf /etc/vpp \ >> deb/debian/vpp.install ; \ |