diff options
-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#?}}" |