testing/py3-libacl: disable on s390x

This commit is contained in:
ptrcnull 2024-08-31 16:37:32 +02:00
parent 4dfe720238
commit 2425a3d3a9

View file

@ -6,7 +6,8 @@ pkgver=0.7.0
pkgrel=2
pkgdesc="A python module for manipulating ACLs"
url="https://pylibacl.k1024.org/"
arch="all"
# s390x: segfault in tests
arch="all !s390x"
license="LGPL-2.0-or-later"
makedepends="py3-setuptools python3-dev acl-dev py3-gpep517"
checkdepends="py3-pytest"