mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/py3-libacl: disable on s390x
This commit is contained in:
parent
4dfe720238
commit
2425a3d3a9
@ -6,7 +6,8 @@ pkgver=0.7.0
|
|||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="A python module for manipulating ACLs"
|
pkgdesc="A python module for manipulating ACLs"
|
||||||
url="https://pylibacl.k1024.org/"
|
url="https://pylibacl.k1024.org/"
|
||||||
arch="all"
|
# s390x: segfault in tests
|
||||||
|
arch="all !s390x"
|
||||||
license="LGPL-2.0-or-later"
|
license="LGPL-2.0-or-later"
|
||||||
makedepends="py3-setuptools python3-dev acl-dev py3-gpep517"
|
makedepends="py3-setuptools python3-dev acl-dev py3-gpep517"
|
||||||
checkdepends="py3-pytest"
|
checkdepends="py3-pytest"
|
||||||
|
Loading…
Reference in New Issue
Block a user