From: Josef Schlehofer Date: Mon, 29 Dec 2025 10:50:49 +0000 (+0100) Subject: python3-bottle: update to version 0.13.4 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4f5de42c725c5e888d6cba01e3bb82a57672f087;p=feed%2Fpackages.git python3-bottle: update to version 0.13.4 Release notes: https://github.com/bottlepy/bottle/releases/tag/0.13.4 Add setuptools to PKG_BUILD_DEPENDS to fix: ``` pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta' ``` Signed-off-by: Josef Schlehofer --- diff --git a/lang/python/python3-bottle/Makefile b/lang/python/python3-bottle/Makefile index 1a6913d2b5..cc1442c09d 100644 --- a/lang/python/python3-bottle/Makefile +++ b/lang/python/python3-bottle/Makefile @@ -8,11 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-bottle -PKG_VERSION:=0.12.25 +PKG_VERSION:=0.13.4 PKG_RELEASE:=1 PYPI_NAME:=bottle -PKG_HASH:=e1a9c94970ae6d710b3fb4526294dfeb86f2cb4a81eff3a4b98dc40fb0e5e021 +PKG_HASH:=787e78327e12b227938de02248333d788cfe45987edca735f8f88e03472c3f47 + +PKG_BUILD_DEPENDS:=python-setuptools/host PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=MIT