From 909b2ee5a01357221007e5324a6f82ddcd44e385 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 13 Nov 2025 15:49:20 +0200 Subject: [PATCH] python-hatchling: add python-setuptools/host as dep Previously this was provided by python3/host Signed-off-by: Alexandru Ardelean --- lang/python/python-hatchling/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/python/python-hatchling/Makefile b/lang/python/python-hatchling/Makefile index a9842ebc0e..2f24793c42 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 \ -- 2.30.2