diff options
-rw-r--r-- | testing/py3-piexif/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-piexif/APKBUILD b/testing/py3-piexif/APKBUILD index d3a1db4a95..0a087942c3 100644 --- a/testing/py3-piexif/APKBUILD +++ b/testing/py3-piexif/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.1.2 pkgrel=0 pkgdesc="EXIF manipulations with Python" url="https://github.com/hMatoba/Piexif" -arch="noarch" +arch="noarch !s390x" # Test failures license="MIT" depends="python3" makedepends="py3-setuptools" |