From 26ffbb95f189471c11dcd980a2c514035e410641 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 13 Nov 2025 15:56:11 +0200 Subject: [PATCH] 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 --- lang/python/python-babel/Makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/lang/python/python-babel/Makefile b/lang/python/python-babel/Makefile index 8968abb75e..a64540518c 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 -- 2.30.2