From: Alexandru Ardelean Date: Tue, 9 Dec 2014 10:43:41 +0000 (+0200) Subject: python-setuptools: remove explicit PYTHONPATH set X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=465c95ab71eac3d196e649bda7faf120bb9da7e7;p=openwrt-packages.git python-setuptools: remove explicit PYTHONPATH set Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python-setuptools/Makefile b/lang/python-setuptools/Makefile index 91876141a..0511791a7 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" \ )