From: George Sapkin Date: Tue, 12 May 2026 10:46:36 +0000 (+0300) Subject: python-wsproto: fix host build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=578b7e3dea2ffe90a4c190ed5f2ba532de5efa3f;p=openwrt-packages.git python-wsproto: fix host build Add missing includes. Fixes: b12e18eb ("python-wsproto: add host package") Signed-off-by: George Sapkin --- diff --git a/lang/python/python-wsproto/Makefile b/lang/python/python-wsproto/Makefile index 8a996c8b1..2c490b15e 100644 --- a/lang/python/python-wsproto/Makefile +++ b/lang/python/python-wsproto/Makefile @@ -19,7 +19,9 @@ PKG_BUILD_DEPENDS:=python-setuptools/host include ../pypi.mk include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/host-build.mk include ../python3-package.mk +include ../python3-host-build.mk define Package/python3-wsproto SUBMENU:=Python