From f51458dfd372de556c6bf0e0955eeb58c51660d1 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 9 Dec 2014 12:43:17 +0200 Subject: [PATCH] python-pip: remove explicit PYTHONPATH set Signed-off-by: Alexandru Ardelean --- lang/python-pip/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lang/python-pip/Makefile b/lang/python-pip/Makefile index c0de9faa3..d7404ba2c 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" \ )