From bf0fc7ba7ae3ee6ca251907adcc3c91ccb9e3152 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 10 Nov 2025 21:49:32 +0200 Subject: [PATCH] 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 --- lang/python/python-markupsafe/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lang/python/python-markupsafe/Makefile b/lang/python/python-markupsafe/Makefile index 0b7c41a567..21b92d4d16 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 -- 2.30.2