From b12e18eb00d939ba1ced2621583a24d025ac5381 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Tue, 12 May 2026 03:09:19 +0300 Subject: [PATCH] python-wsproto: add host package Add host package necessary for python-platformio/host. Signed-off-by: George Sapkin --- lang/python/python-wsproto/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-wsproto/Makefile b/lang/python/python-wsproto/Makefile index 1d7c74160b..8a996c8b17 100644 --- a/lang/python/python-wsproto/Makefile +++ b/lang/python/python-wsproto/Makefile @@ -1,6 +1,4 @@ -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# +# SPDX-License-Identifier: GPL-2.0-only include $(TOPDIR)/rules.mk @@ -16,6 +14,7 @@ PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE +HOST_BUILD_DEPENDS:=python-setuptools/host PKG_BUILD_DEPENDS:=python-setuptools/host include ../pypi.mk @@ -41,3 +40,4 @@ endef $(eval $(call Py3Package,python3-wsproto)) $(eval $(call BuildPackage,python3-wsproto)) $(eval $(call BuildPackage,python3-wsproto-src)) +$(eval $(call HostBuild))