diff --git a/community/celery/APKBUILD b/community/celery/APKBUILD index 93faff1e975..6e3fba5d163 100644 --- a/community/celery/APKBUILD +++ b/community/celery/APKBUILD @@ -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