Browse Source

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>
lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
1ee71252e7
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      lang/python-pip/Makefile

+ 3
- 1
lang/python-pip/Makefile 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


Loading…
Cancel
Save