python-pyserial: fix host build
authorGeorge Sapkin <redacted>
Thu, 14 May 2026 12:07:17 +0000 (15:07 +0300)
committerGeorge Sapkin <redacted>
Sun, 17 May 2026 11:35:31 +0000 (14:35 +0300)
Fixes: ac212e0c ("python-pyserial: add hostbuild")
Signed-off-by: George Sapkin <redacted>
lang/python/python-pyserial/Makefile

index 6f82bcc840d694a61b49deb20622eadcbe186e3c..f0e7e88aceb44723be3c3a08d321ad07399cca3e 100644 (file)
@@ -18,7 +18,8 @@ PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE.txt
 PKG_MAINTAINER:=Micke Prag <micke.prag@telldus.se>
 
-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
git clone https://git.99rst.org/PROJECT