mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
python3-bottle: fix host build
Add missing includes.
Fixes: 9ff014b4 ("python3-bottle: add host package")
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user