Browse Source

python-pip: remove explicit PYTHONPATH set

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
f51458dfd3
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      lang/python-pip/Makefile

+ 0
- 2
lang/python-pip/Makefile View File

@ -34,9 +34,7 @@ define Package/python-pip/description
A tool for installing and managing Python packages. A tool for installing and managing Python packages.
endef endef
PYTHONPATH:=$(PKG_INSTALL_DIR)/$(PYTHON_PKG_DIR)
define Build/Compile define Build/Compile
$(INSTALL_DIR) $(PYTHONPATH)
$(call Build/Compile/PyMod,,\ $(call Build/Compile/PyMod,,\
install --prefix="$(PKG_INSTALL_DIR)/usr" \ install --prefix="$(PKG_INSTALL_DIR)/usr" \
) )


Loading…
Cancel
Save