From a48e2aed2f4ca2875c5b6af146e003614c979060 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Thu, 22 Aug 2024 23:57:32 +0200 Subject: [PATCH] community/celery: disable on s390x --- community/celery/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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