python-setuptools: remove explicit PYTHONPATH set

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2014-12-09 12:43:41 +02:00
parent f51458dfd3
commit 465c95ab71

View file

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