pyzmq, fix build (#7939)

This commit is contained in:
Schrijvers Luc
2023-03-10 12:49:48 +01:00
committed by GitHub
parent 5cced175fb
commit 3f748ac3b5

View File

@@ -5,7 +5,7 @@ This package contains Python bindings for ØMQ. \
HOMEPAGE="https://zeromq.org/"
COPYRIGHT="2009-2019, Brian Granger, Min Ragan-Kelley"
LICENSE="GNU LGPL v3"
REVISION="4"
REVISION="5"
SOURCE_URI="https://github.com/zeromq/pyzmq/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="32f7618b8104021bc96cbd60be4330bdf37b929e8061dbce362c9f3478a08e21"
@@ -48,7 +48,7 @@ REQUIRES_$pythonPackage=\"\
BUILD_REQUIRES="$BUILD_REQUIRES
setuptools_$pythonPackage"
BUILD_PREREQUIRES="$BUILD_PREREQUIRES
cmd:cython${pythonVersion}${secondaryArchSuffix}
cmd:cython$pythonVersion
cmd:python$pythonVersion"
done