community/celery: disable on s390x

This commit is contained in:
ptrcnull 2024-08-22 23:57:32 +02:00
parent 70d55323d8
commit a48e2aed2f

View File

@ -6,7 +6,8 @@ pkgrel=1
pkgdesc="An asynchronous task queue/job queue based on distributed message passing" pkgdesc="An asynchronous task queue/job queue based on distributed message passing"
url="http://www.celeryproject.org/" url="http://www.celeryproject.org/"
# loongarch64: blocked by py3-moto # loongarch64: blocked by py3-moto
arch="noarch !loongarch64" # s390x: blocked by py3-kombu
arch="noarch !loongarch64 !s390x"
license="Apache-2.0" license="Apache-2.0"
depends=" depends="
py3-billiard py3-billiard