pyzmq: fix build for secondary arch

This commit is contained in:
Gerasim Troeglazov
2019-09-29 18:29:45 +10:00
parent 858cd8e22b
commit 72d57824dd

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="1"
REVISION="2"
SOURCE_URI="https://github.com/zeromq/pyzmq/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="32f7618b8104021bc96cbd60be4330bdf37b929e8061dbce362c9f3478a08e21"
@@ -52,7 +52,7 @@ REQUIRES_$pythonPackage=\"\
BUILD_REQUIRES="$BUILD_REQUIRES
setuptools_$pythonPackage"
BUILD_PREREQUIRES="$BUILD_PREREQUIRES
cmd:cython$pythonVersion
cmd:cython${pythonVersion}${secondaryArchSuffix}
cmd:python$pythonVersion"
done