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 <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2025-11-10 21:49:32 +02:00
committed by Alexandru Ardelean
parent 2b1fb50b8d
commit bf0fc7ba7a

View File

@@ -16,7 +16,12 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
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