python-babel: upgrade to version 2.17.0
authorAlexandru Ardelean <redacted>
Thu, 13 Nov 2025 13:56:11 +0000 (15:56 +0200)
committerAlexandru Ardelean <redacted>
Thu, 13 Nov 2025 17:32:33 +0000 (19:32 +0200)
Need to also provide python-setuptools/host as build dep for
host and target build.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-babel/Makefile

index 8968abb75e1c51e598018e8a14eee21d34737500..a64540518c4a9eeb60c37d80f4b68f39e54ef04c 100644 (file)
@@ -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 <pepe.schlehofer@gmail.com>
 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
git clone https://git.99rst.org/PROJECT