mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
python-setuptools: remove explicit PYTHONPATH set
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -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" \
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user