From: Alexandru Ardelean Date: Thu, 13 Nov 2025 13:56:11 +0000 (+0200) Subject: python-babel: upgrade to version 2.17.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=26ffbb95f189471c11dcd980a2c514035e410641;p=openwrt-packages.git python-babel: upgrade to version 2.17.0 Need to also provide python-setuptools/host as build dep for host and target build. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-babel/Makefile b/lang/python/python-babel/Makefile index 8968abb75..a64540518 100644 --- a/lang/python/python-babel/Makefile +++ b/lang/python/python-babel/Makefile @@ -8,17 +8,23 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-babel -PKG_VERSION:=2.12.1 +PKG_VERSION:=2.17.0 PKG_RELEASE:=1 -PYPI_NAME:=Babel -PKG_HASH:=cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455 +PYPI_NAME:=babel +PKG_HASH:=0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE -HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host +PKG_BUILD_DEPENDS:=python3/host python-setuptools/host +HOST_BUILD_DEPENDS:= \ + python3/host \ + python-setuptools/host \ + python-build/host \ + python-installer/host \ + python-wheel/host include ../pypi.mk include $(INCLUDE_DIR)/package.mk