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

Fixes: 9ff014b4 ("python3-bottle: add host package")
Signed-off-by: George Sapkin <redacted>
lang/python/python3-bottle/Makefile

index b46c07c86bc9c3b4f6e883bf757f3989c168304f..80260d3c3e11ce38d161be4390e33af819e1b8ff 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT