aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pyzbar
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-02 15:48:55 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-02 15:48:55 -0300
commit27a9b885d7564c9f22c0b129dda03cfde9aede1b (patch)
tree5e877fcb979282a701bede20566d5ead45336829 /testing/py3-pyzbar
parent295ca2d77e602cb1628b29506ce72c6c6ec10c98 (diff)
downloadaports-27a9b885d7564c9f22c0b129dda03cfde9aede1b.tar.bz2
aports-27a9b885d7564c9f22c0b129dda03cfde9aede1b.tar.xz
testing/py3-pyzbar: limit on s390x
Diffstat (limited to 'testing/py3-pyzbar')
-rw-r--r--testing/py3-pyzbar/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pyzbar/APKBUILD b/testing/py3-pyzbar/APKBUILD
index 574154e435..7165142db0 100644
--- a/testing/py3-pyzbar/APKBUILD
+++ b/testing/py3-pyzbar/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.1.8
pkgrel=0
pkgdesc="Read one-dimensional barcodes and QR codes from Python 3"
url="https://github.com/NaturalHistoryMuseum/pyzbar/"
-arch="all"
+arch="all !s390x" # Test fails
license="MIT"
depends="python3 zbar"
makedepends="python3-dev py3-setuptools"