From 2c54b7637ea5035995e1e4caabd2105b395492ba Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Thu, 11 May 2023 15:42:33 +0800 Subject: [PATCH] python-incremental: Add missing host build dependencies Fixes: 8d81b6732757 ("python-incremental: Update to 22.10.0, redo patch, add host build") Signed-off-by: Jeffery To --- lang/python/python-incremental/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/python/python-incremental/Makefile b/lang/python/python-incremental/Makefile index 31d88c9df2..0cfbe6b296 100644 --- a/lang/python/python-incremental/Makefile +++ b/lang/python/python-incremental/Makefile @@ -18,6 +18,8 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Jeffery To +HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host + include ../pypi.mk include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk