From 2049fd639d449b1255b7241ad2ee30b031b8f688 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 26 Mar 2026 17:32:22 +0200 Subject: [PATCH] python-vcs-versioning: add python-build/host dep Fixes build errors. Signed-off-by: Alexandru Ardelean --- lang/python/python-vcs-versioning/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/python/python-vcs-versioning/Makefile b/lang/python/python-vcs-versioning/Makefile index eefa7f6a5a..43ddd518a0 100644 --- a/lang/python/python-vcs-versioning/Makefile +++ b/lang/python/python-vcs-versioning/Makefile @@ -22,6 +22,7 @@ PKG_MAINTAINER:=Alexandru Ardelean PKG_HOST_ONLY:=1 HOST_BUILD_DEPENDS:= \ python3/host \ + python-build/host \ python-hatchling/host \ python-installer/host \ python-packaging/host \