python-pip: remove explicit PYTHONPATH set
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
97d7cff5d1
commit
f51458dfd3
|
@ -34,9 +34,7 @@ define Package/python-pip/description
|
|||
A tool for installing and managing Python packages.
|
||||
endef
|
||||
|
||||
PYTHONPATH:=$(PKG_INSTALL_DIR)/$(PYTHON_PKG_DIR)
|
||||
define Build/Compile
|
||||
$(INSTALL_DIR) $(PYTHONPATH)
|
||||
$(call Build/Compile/PyMod,,\
|
||||
install --prefix="$(PKG_INSTALL_DIR)/usr" \
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue