Skip to content

Commit c725b18

Browse files
committed
python-frozenlist: bump to version 1.8
And disable custom build-backend in order to use setuptools. Signed-off-by: Jean Thomas <jean.thomas@wifirst.fr>
1 parent 33dc1e0 commit c725b18

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lang/python/python-frozenlist/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-frozenlist
11-
PKG_VERSION:=1.4.0
11+
PKG_VERSION:=1.8.0
1212
PKG_RELEASE:=1
1313

1414
PYPI_NAME:=frozenlist
15-
PKG_HASH:=09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251
15+
PKG_HASH:=3ede829ed8d842f6cd48fc7081d7a41001a56f1f38603f9d49bf3020d59a31ad
1616

1717
PKG_LICENSE:=Apache-2.0
1818
PKG_LICENSE_FILES:=LICENSE
1919
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
2020

21+
PKG_BUILD_DEPENDS:=python-setuptools/host python-expandvars/host python-cython/host
22+
2123
include ../pypi.mk
2224
include $(INCLUDE_DIR)/package.mk
2325
include ../python3-package.mk
@@ -28,7 +30,7 @@ define Package/python3-frozenlist
2830
SUBMENU:=Python
2931
TITLE:=List-like structure
3032
URL:=https://github.com/aio-libs/frozenlist
31-
DEPENDS:=+python3-light
33+
DEPENDS:=+python3-light +libstdcpp
3234
endef
3335

3436
define Package/python3-frozenlist/description

0 commit comments

Comments
 (0)