From e2ffecaab6fff7c8df3c6747956c76e3e5473274 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Thu, 14 May 2026 15:07:17 +0300 Subject: [PATCH] python-pyserial: fix host build Fixes: ac212e0c ("python-pyserial: add hostbuild") Signed-off-by: George Sapkin --- lang/python/python-pyserial/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/python/python-pyserial/Makefile b/lang/python/python-pyserial/Makefile index 6f82bcc840..f0e7e88ace 100644 --- a/lang/python/python-pyserial/Makefile +++ b/lang/python/python-pyserial/Makefile @@ -18,7 +18,8 @@ PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE.txt PKG_MAINTAINER:=Micke Prag -HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host +HOST_BUILD_DEPENDS:=python-setuptools/host +PKG_BUILD_DEPENDS:=python-setuptools/host include ../pypi.mk include $(INCLUDE_DIR)/package.mk