From: Alexandru Ardelean Date: Thu, 13 Nov 2025 13:49:20 +0000 (+0200) Subject: python-hatchling: add python-setuptools/host as dep X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=909b2ee5a01357221007e5324a6f82ddcd44e385;p=openwrt-packages.git python-hatchling: add python-setuptools/host as dep Previously this was provided by python3/host Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-hatchling/Makefile b/lang/python/python-hatchling/Makefile index a9842ebc0..2f24793c4 100644 --- a/lang/python/python-hatchling/Makefile +++ b/lang/python/python-hatchling/Makefile @@ -22,6 +22,7 @@ PKG_HOST_ONLY:=1 HOST_BUILD_DEPENDS:= \ python3/host \ python-build/host \ + python-setuptools/host \ python-installer/host \ python-editables/host \ python-packaging/host \