python3-bottle: add host package
authorGeorge Sapkin <redacted>
Tue, 12 May 2026 00:08:51 +0000 (03:08 +0300)
committerAlexandru Ardelean <redacted>
Tue, 12 May 2026 08:08:25 +0000 (11:08 +0300)
Add host package necessary for python-platformio/host.

Signed-off-by: George Sapkin <redacted>
lang/python/python3-bottle/Makefile

index cc1442c09d631aaa2f5771d38adc0fee6d206060..b46c07c86bc9c3b4f6e883bf757f3989c168304f 100644 (file)
@@ -1,9 +1,7 @@
 #
 # Copyright (C) 2015 OpenWrt.org
 #
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
+# SPDX-License-Identifier: GPL-2.0-only
 
 include $(TOPDIR)/rules.mk
 
@@ -14,6 +12,7 @@ PKG_RELEASE:=1
 PYPI_NAME:=bottle
 PKG_HASH:=787e78327e12b227938de02248333d788cfe45987edca735f8f88e03472c3f47
 
+HOST_BUILD_DEPENDS:=python-setuptools/host
 PKG_BUILD_DEPENDS:=python-setuptools/host
 
 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
@@ -43,3 +42,4 @@ endef
 $(eval $(call Py3Package,python3-bottle))
 $(eval $(call BuildPackage,python3-bottle))
 $(eval $(call BuildPackage,python3-bottle-src))
+$(eval $(call HostBuild))
git clone https://git.99rst.org/PROJECT