python-setuptools: remove explicit PYTHONPATH set
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
f51458dfd3
commit
465c95ab71
1 changed files with 0 additions and 2 deletions
|
@ -33,9 +33,7 @@ define Package/python-setuptools/description
|
||||||
Easily download, build, install, upgrade, and uninstall Python packages
|
Easily download, build, install, upgrade, and uninstall Python packages
|
||||||
endef
|
endef
|
||||||
|
|
||||||
PYTHONPATH:=$(PKG_INSTALL_DIR)/$(PYTHON_PKG_DIR)
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(INSTALL_DIR) $(PYTHONPATH)
|
|
||||||
$(call Build/Compile/PyMod,,\
|
$(call Build/Compile/PyMod,,\
|
||||||
install --prefix="$(PKG_INSTALL_DIR)/usr" \
|
install --prefix="$(PKG_INSTALL_DIR)/usr" \
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue