mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/py3-luhn: disable on s390x
This commit is contained in:
parent
ec4e4fba2d
commit
9c0d7f7c5c
@ -6,7 +6,8 @@ pkgver=0.2.0
|
|||||||
pkgrel=9
|
pkgrel=9
|
||||||
pkgdesc="Generate and verify Luhn check digits"
|
pkgdesc="Generate and verify Luhn check digits"
|
||||||
url="https://github.com/mmcloughlin/luhn"
|
url="https://github.com/mmcloughlin/luhn"
|
||||||
arch="noarch"
|
# s390x: blocked by py3-amqp
|
||||||
|
arch="noarch !s390x"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="py3-amqp"
|
depends="py3-amqp"
|
||||||
makedepends="py3-setuptools py3-gpep517"
|
makedepends="py3-setuptools py3-gpep517"
|
||||||
|
Loading…
Reference in New Issue
Block a user