From: Jean Thomas Date: Wed, 7 Jan 2026 10:16:33 +0000 (+0100) Subject: python-frozenlist: bump to version 1.8 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ef77e079764c4f4686194117a035219d3a329526;p=openwrt-packages.git python-frozenlist: bump to version 1.8 And disable custom build-backend in order to use setuptools. Signed-off-by: Jean Thomas --- diff --git a/lang/python/python-frozenlist/Makefile b/lang/python/python-frozenlist/Makefile index 96a4bec7c..ba2b977f0 100644 --- a/lang/python/python-frozenlist/Makefile +++ b/lang/python/python-frozenlist/Makefile @@ -8,16 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-frozenlist -PKG_VERSION:=1.4.0 +PKG_VERSION:=1.8.0 PKG_RELEASE:=1 PYPI_NAME:=frozenlist -PKG_HASH:=09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251 +PKG_HASH:=3ede829ed8d842f6cd48fc7081d7a41001a56f1f38603f9d49bf3020d59a31ad PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Alexandru Ardelean +PKG_BUILD_DEPENDS:=python-setuptools/host python-expandvars/host python-cython/host + include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk @@ -28,7 +30,7 @@ define Package/python3-frozenlist SUBMENU:=Python TITLE:=List-like structure URL:=https://github.com/aio-libs/frozenlist - DEPENDS:=+python3-light + DEPENDS:=+python3-light +libstdcpp endef define Package/python3-frozenlist/description