From ef77e079764c4f4686194117a035219d3a329526 Mon Sep 17 00:00:00 2001 From: Jean Thomas Date: Wed, 7 Jan 2026 11:16:33 +0100 Subject: [PATCH] python-frozenlist: bump to version 1.8 And disable custom build-backend in order to use setuptools. Signed-off-by: Jean Thomas --- lang/python/python-frozenlist/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lang/python/python-frozenlist/Makefile b/lang/python/python-frozenlist/Makefile index 96a4bec7ca..ba2b977f09 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