From: George Sapkin Date: Tue, 12 May 2026 10:43:51 +0000 (+0300) Subject: python3-bottle: fix host build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9a04293388a38ec82e9fcc7c36b37820de98394f;p=openwrt-packages.git python3-bottle: fix host build Add missing includes. Fixes: 9ff014b4 ("python3-bottle: add host package") Signed-off-by: George Sapkin --- diff --git a/lang/python/python3-bottle/Makefile b/lang/python/python3-bottle/Makefile index b46c07c86..80260d3c3 100644 --- a/lang/python/python3-bottle/Makefile +++ b/lang/python/python3-bottle/Makefile @@ -22,7 +22,9 @@ PKG_CPE_ID:=cpe:/a:bottlepy:bottle 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-bottle SECTION:=lang