Skip to content

Commit

Permalink
pyzmq: Update to version 25.1.0
Browse files Browse the repository at this point in the history
The previous version 22.3.0 would no longer compile with
OpenWRT 23.0.5/master.

zmq/backend/cython/_version.c:217:12: fatal error: longintrepr.h: No such file or directory
  217 |   #include longintrepr.h
      |            ^~~~~~~~~~~~~~~
compilation terminated.

Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
  • Loading branch information
kesslerm committed Aug 29, 2023
1 parent 9021fab commit 7416047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/pyzmq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=pyzmq
PKG_VERSION:=22.3.0
PKG_VERSION:=25.1.0
PKG_RELEASE:=$(AUTORELEASE)

PYPI_NAME:=pyzmq
PKG_HASH:=8eddc033e716f8c91c6a2112f0a8ebc5e00532b4a6ae1eb0ccc48e027f9c671c
PKG_HASH:=80c41023465d36280e801564a69cbfce8ae85ff79b080e1913f6e90481fb8957

PKG_BUILD_DEPENDS:=cython

Expand Down

0 comments on commit 7416047

Please sign in to comment.