mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
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 <pepe.schlehofer@gmail.com>
This commit is contained in:
@@ -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 <pepe.schlehofer@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
|
||||
Reference in New Issue
Block a user