diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 01:30:16 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 01:30:16 +0000 |
| commit | 7fb43e1bdb3da97b9c93670ee87e954674db6d2c (patch) | |
| tree | 5e444a136963407bd1de93c78450b300608f49dc | |
| parent | 2eb506cfecab16d23c83cd3f75dbedf8a6e9c312 (diff) | |
| download | aports-7fb43e1bdb3da97b9c93670ee87e954674db6d2c.tar.bz2 aports-7fb43e1bdb3da97b9c93670ee87e954674db6d2c.tar.xz | |
community/py3-pyzmq: disable on mips
| -rw-r--r-- | community/py3-pyzmq/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-pyzmq/APKBUILD b/community/py3-pyzmq/APKBUILD index 205e24fbaf..0ebf171386 100644 --- a/community/py3-pyzmq/APKBUILD +++ b/community/py3-pyzmq/APKBUILD @@ -6,7 +6,7 @@ pkgver=18.1.1 pkgrel=0 pkgdesc="Python bindings for ZeroMQ" url="https://pypi.python.org/pypi/pyzmq" -arch="all !s390x" # https://github.com/zeromq/pyzmq/issues/1274 +arch="all !mips !mips64 !s390x" # https://github.com/zeromq/pyzmq/issues/1274 license="LGPL-3.0-or-later AND BSD-3-Clause" depends="python3" makedepends="python3-dev py3-setuptools zeromq-dev" |
