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:
parent
2a66f00b87
commit
1ee71252e7
1 changed files with 3 additions and 1 deletions
|
@ -40,8 +40,10 @@ define Build/Compile
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
PYTHON_PIP_PKG_DIR:=$(PYTHON_PKG_DIR)/pip-$(PKG_VERSION)-py$(PYTHON_VERSION).egg/pip
|
||||||
define PyPackage/python-pip/filespec
|
define PyPackage/python-pip/filespec
|
||||||
+|/usr/lib/python$(PYTHON_VERSION)
|
+|$(PYTHON_PKG_DIR)
|
||||||
|
-|$(PYTHON_PIP_PKG_DIR)/_vendor/distlib/*.exe
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# Backup these files, so that they do not clash with python-setuptools
|
# Backup these files, so that they do not clash with python-setuptools
|
||||||
|
|
Loading…
Reference in a new issue