mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/celery: disable on s390x
This commit is contained in:
parent
70d55323d8
commit
a48e2aed2f
@ -6,7 +6,8 @@ pkgrel=1
|
||||
pkgdesc="An asynchronous task queue/job queue based on distributed message passing"
|
||||
url="http://www.celeryproject.org/"
|
||||
# loongarch64: blocked by py3-moto
|
||||
arch="noarch !loongarch64"
|
||||
# s390x: blocked by py3-kombu
|
||||
arch="noarch !loongarch64 !s390x"
|
||||
license="Apache-2.0"
|
||||
depends="
|
||||
py3-billiard
|
||||
|
Loading…
Reference in New Issue
Block a user