From 1ee71252e73fab0545f4e5dbe031426dea390c1c Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 6 Jan 2015 14:59:33 +0200 Subject: [PATCH] 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 --- lang/python-pip/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/python-pip/Makefile b/lang/python-pip/Makefile index 9744b0176c..d0607d16e9 100644 --- a/lang/python-pip/Makefile +++ b/lang/python-pip/Makefile @@ -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