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

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

index f2438c31b18cfa0f8f7c5bd403c48274275927cb..5199d18b98b5abcd582a2870c4a612586868f8f3 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-h11
   SUBMENU:=Python
git clone https://git.99rst.org/PROJECT