From: Alexandru Ardelean Date: Mon, 10 Nov 2025 19:49:32 +0000 (+0200) Subject: python-markupsafe: add python-setuptools/host to HostBuild dep X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bf0fc7ba7ae3ee6ca251907adcc3c91ccb9e3152;p=openwrt-packages.git python-markupsafe: add python-setuptools/host to HostBuild dep Required, since python3 no longer installs this for the host-build. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-markupsafe/Makefile b/lang/python/python-markupsafe/Makefile index 0b7c41a56..21b92d4d1 100644 --- a/lang/python/python-markupsafe/Makefile +++ b/lang/python/python-markupsafe/Makefile @@ -16,7 +16,12 @@ PKG_MAINTAINER:=Jeffery To PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE.rst -HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host +HOST_BUILD_DEPENDS:= \ + python3/host \ + python-setuptools/host \ + python-build/host \ + python-installer/host \ + python-wheel/host include ../pypi.mk include $(INCLUDE_DIR)/package.mk