aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-zmq/APKBUILD
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-03-24 15:49:32 +0200
committerAndy Postnikov <apostnikov@gmail.com>2019-03-24 15:49:32 +0200
commit15aca31a287c4aa09488ecf02cbff141e32eca80 (patch)
tree5250e15b43333a7d901bb479311eadc52dc10407 /community/py-zmq/APKBUILD
parent0c377b83868fecc7db71557d872046739540b408 (diff)
community/py-zmq: disable for s390x
1 test failed https://github.com/zeromq/pyzmq/issues/1274
Diffstat (limited to 'community/py-zmq/APKBUILD')
-rw-r--r--community/py-zmq/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-zmq/APKBUILD b/community/py-zmq/APKBUILD
index 7c48f3add85..f03aec8a281 100644
--- a/community/py-zmq/APKBUILD
+++ b/community/py-zmq/APKBUILD
@@ -6,7 +6,7 @@ pkgver=18.0.1
pkgrel=1
pkgdesc="Python bindings for ZeroMQ"
url="https://pypi.python.org/pypi/pyzmq"
-arch="all"
+arch="all !s390x" # https://github.com/zeromq/pyzmq/issues/1274
license="LGPL-3.0-or-later BSD"
depends=""
makedepends="python2-dev python3-dev py-setuptools zeromq-dev"