aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-dill
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-09 13:18:31 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-09 13:18:31 -0300
commit6fabd66170bea9bc70ef0b389920306548a57890 (patch)
tree350a3daafa305f6de15bacaa6b6d9e1ab64750d1 /testing/py3-dill
parenta47f9b4f2f030a8af8ea112053869047216722f4 (diff)
testing/py3-dill: disable on s390x
Diffstat (limited to 'testing/py3-dill')
-rw-r--r--testing/py3-dill/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-dill/APKBUILD b/testing/py3-dill/APKBUILD
index 160253471e7..cc0f9bff429 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#?}}"