python-pip: remove windows binaries

Seem pip comes bundled with some Python libs.

Some more work will be needed to split them out of pip.
For now, some Windows executables are safe to remove.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2015-01-06 14:59:33 +02:00
parent 2a66f00b87
commit 1ee71252e7
1 changed files with 3 additions and 1 deletions

View File

@ -40,8 +40,10 @@ define Build/Compile
)
endef
PYTHON_PIP_PKG_DIR:=$(PYTHON_PKG_DIR)/pip-$(PKG_VERSION)-py$(PYTHON_VERSION).egg/pip
define PyPackage/python-pip/filespec
+|/usr/lib/python$(PYTHON_VERSION)
+|$(PYTHON_PKG_DIR)
-|$(PYTHON_PIP_PKG_DIR)/_vendor/distlib/*.exe
endef
# Backup these files, so that they do not clash with python-setuptools