diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-09 13:24:03 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-09 13:24:03 -0300 |
commit | 5156d5d7bcc10cfbbca2d6911836d13c30fd5af9 (patch) | |
tree | 710f3057bcf52da0cac1f8771f9cd3b89ffcb8c4 /testing/py3-pyro4 | |
parent | d59c7208624ade4df50fbeb1dd1908eae64e6d36 (diff) | |
download | aports-5156d5d7bcc10cfbbca2d6911836d13c30fd5af9.tar.bz2 aports-5156d5d7bcc10cfbbca2d6911836d13c30fd5af9.tar.xz |
testing/py3-pyro4: disable on s390x
Diffstat (limited to 'testing/py3-pyro4')
-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" |