From: Alexandru Ardelean Date: Tue, 9 Dec 2014 10:43:17 +0000 (+0200) Subject: python-pip: remove explicit PYTHONPATH set X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f51458dfd372de556c6bf0e0955eeb58c51660d1;p=feed%2Fpackages.git python-pip: remove explicit PYTHONPATH set Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python-pip/Makefile b/lang/python-pip/Makefile index c0de9faa3b..d7404ba2cd 100644 --- a/lang/python-pip/Makefile +++ b/lang/python-pip/Makefile @@ -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" \ )