From: George Sapkin Date: Thu, 14 May 2026 12:07:17 +0000 (+0300) Subject: python-pyserial: fix host build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e2ffecaab6fff7c8df3c6747956c76e3e5473274;p=openwrt-packages.git python-pyserial: fix host build Fixes: ac212e0c ("python-pyserial: add hostbuild") Signed-off-by: George Sapkin --- diff --git a/lang/python/python-pyserial/Makefile b/lang/python/python-pyserial/Makefile index 6f82bcc84..f0e7e88ac 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