File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
lang/python/python-frozenlist Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 88include $(TOPDIR ) /rules.mk
99
1010PKG_NAME: =python-frozenlist
11- PKG_VERSION: =1.4 .0
11+ PKG_VERSION: =1.8 .0
1212PKG_RELEASE: =1
1313
1414PYPI_NAME: =frozenlist
15- PKG_HASH: =09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251
15+ PKG_HASH: =3ede829ed8d842f6cd48fc7081d7a41001a56f1f38603f9d49bf3020d59a31ad
1616
1717PKG_LICENSE: =Apache-2.0
1818PKG_LICENSE_FILES: =LICENSE
1919PKG_MAINTAINER: =Jeffery To <jeffery.to@gmail.com>
2020
21+ PKG_BUILD_DEPENDS: =python-setuptools/host python-expandvars/host python-cython/host
22+
2123include ../pypi.mk
2224include $(INCLUDE_DIR ) /package.mk
2325include ../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
3234endef
3335
3436define Package/python3-frozenlist/description
You can’t perform that action at this time.
0 commit comments