diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-11 22:08:09 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-11 22:08:15 +0000 |
commit | 9cc4156021de5a661ea7c1d5b8047e4bc947de0f (patch) | |
tree | 4648357cde65fa6ca6ab44fc7a8a010c8859594b /testing/py3-piexif | |
parent | 1021f32a7ba7d28164636310ac128a3432c23c29 (diff) | |
download | aports-9cc4156021de5a661ea7c1d5b8047e4bc947de0f.tar.bz2 aports-9cc4156021de5a661ea7c1d5b8047e4bc947de0f.tar.xz |
testing/py3-piexif: disable on s390x
Test failures most likely related to issues with pillow.
Diffstat (limited to 'testing/py3-piexif')
-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" |