From: George Sapkin Date: Tue, 12 May 2026 10:45:13 +0000 (+0300) Subject: python-h11: fix host build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=288d8e8942670ef0e731d94cc670dc0d694bf66e;p=openwrt-packages.git python-h11: fix host build Add missing includes. Fixes: 0a75ad1e ("python-h11: add host package") Signed-off-by: George Sapkin --- diff --git a/lang/python/python-h11/Makefile b/lang/python/python-h11/Makefile index f2438c31b..5199d18b9 100644 --- a/lang/python/python-h11/Makefile +++ b/lang/python/python-h11/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-h11 SUBMENU:=Python