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-root/deb/debian/vpp-api-python.prerm | |
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-root/deb/debian/vpp-api-python.prerm')
-rw-r--r-- | build-root/deb/debian/vpp-api-python.prerm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build-root/deb/debian/vpp-api-python.prerm b/build-root/deb/debian/vpp-api-python.prerm deleted file mode 100644 index e6d92df9..00000000 --- a/build-root/deb/debian/vpp-api-python.prerm +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -# before removing python-api files -python2_sitedir=$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") -easy_install --install-dir=$python2_sitedir -mxNq vpp_papi - -# the egg has been copied during install -rm $python2_sitedir/vpp_papi-*.egg |