testing/py3-luhn: disable on s390x

This commit is contained in:
ptrcnull 2024-08-22 23:57:33 +02:00
parent ec4e4fba2d
commit 9c0d7f7c5c

View file

@ -6,7 +6,8 @@ pkgver=0.2.0
pkgrel=9
pkgdesc="Generate and verify Luhn check digits"
url="https://github.com/mmcloughlin/luhn"
arch="noarch"
# s390x: blocked by py3-amqp
arch="noarch !s390x"
license="MIT"
depends="py3-amqp"
makedepends="py3-setuptools py3-gpep517"