diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-09 13:18:31 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-09 13:18:31 -0300 |
commit | 6fabd66170bea9bc70ef0b389920306548a57890 (patch) | |
tree | 350a3daafa305f6de15bacaa6b6d9e1ab64750d1 /testing/py3-dill | |
parent | a47f9b4f2f030a8af8ea112053869047216722f4 (diff) | |
download | aports-6fabd66170bea9bc70ef0b389920306548a57890.tar.bz2 aports-6fabd66170bea9bc70ef0b389920306548a57890.tar.xz |
testing/py3-dill: disable on s390x
Diffstat (limited to 'testing/py3-dill')
-rw-r--r-- | testing/py3-dill/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-dill/APKBUILD b/testing/py3-dill/APKBUILD index 160253471e..cc0f9bff42 100644 --- a/testing/py3-dill/APKBUILD +++ b/testing/py3-dill/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.2.9 pkgrel=0 pkgdesc="Python serializer supporting a broader range of types than pickle" url="https://pypi.org/projects/dill/" -arch="noarch" +arch="noarch !s390x" license="BSD-3-Clause" makedepends="python3 py3-setuptools" _pypiprefix="${_pyname%${_pyname#?}}" |