From 465c95ab71eac3d196e649bda7faf120bb9da7e7 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 9 Dec 2014 12:43:41 +0200 Subject: [PATCH] python-setuptools: remove explicit PYTHONPATH set Signed-off-by: Alexandru Ardelean --- lang/python-setuptools/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lang/python-setuptools/Makefile b/lang/python-setuptools/Makefile index 91876141a4..0511791a77 100644 --- a/lang/python-setuptools/Makefile +++ b/lang/python-setuptools/Makefile @@ -33,9 +33,7 @@ define Package/python-setuptools/description Easily download, build, install, upgrade, and uninstall 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" \ )