diff options
-rw-r--r-- | testing/py3-pyro4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pyro4/APKBUILD b/testing/py3-pyro4/APKBUILD index 616639d7e6..a4395b8b47 100644 --- a/testing/py3-pyro4/APKBUILD +++ b/testing/py3-pyro4/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.76 pkgrel=0 pkgdesc="Python remote objects" url="http://pyro4.readthedocs.io/" -arch="noarch" +arch="noarch !s390x" # Limited by py3-dill license="MIT" depends="py3-serpent" makedepends="python3 py3-setuptools" |