python-pip: remove explicit PYTHONPATH set

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2014-12-09 12:43:17 +02:00
parent 97d7cff5d1
commit f51458dfd3
1 changed files with 0 additions and 2 deletions

View File

@ -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" \
)