From: Alexandru Ardelean Date: Thu, 26 Mar 2026 15:32:22 +0000 (+0200) Subject: python-vcs-versioning: add python-build/host dep X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2049fd639d449b1255b7241ad2ee30b031b8f688;p=openwrt-packages.git python-vcs-versioning: add python-build/host dep Fixes build errors. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-vcs-versioning/Makefile b/lang/python/python-vcs-versioning/Makefile index eefa7f6a5..43ddd518a 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 \