python-wsproto: fix host build
authorGeorge Sapkin <redacted>
Tue, 12 May 2026 10:46:36 +0000 (13:46 +0300)
committerGeorge Sapkin <redacted>
Wed, 13 May 2026 20:02:33 +0000 (23:02 +0300)
Add missing includes.

Fixes: b12e18eb ("python-wsproto: add host package")
Signed-off-by: George Sapkin <redacted>
lang/python/python-wsproto/Makefile

index 8a996c8b17ce9af1fa5255fbdc9c12faa7642c3f..2c490b15ef1c92dafb3a6355ec32ec218f008b4d 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT