git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
02221e4
)
python3-bottle: fix host build
author
George Sapkin
<redacted>
Tue, 12 May 2026 10:43:51 +0000
(13:43 +0300)
committer
George 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
patch
|
blob
|
history
diff --git
a/lang/python/python3-bottle/Makefile
b/lang/python/python3-bottle/Makefile
index b46c07c86bc9c3b4f6e883bf757f3989c168304f..80260d3c3e11ce38d161be4390e33af819e1b8ff 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT