mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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 <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
1f70e73e5b
commit
26ffbb95f1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user