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