diff options
-rw-r--r-- | testing/celery/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/celery/APKBUILD b/testing/celery/APKBUILD index 9659dd18f3..3f4c19eb8d 100644 --- a/testing/celery/APKBUILD +++ b/testing/celery/APKBUILD @@ -4,7 +4,7 @@ pkgver=4.3.0 pkgrel=2 pkgdesc="An asynchronous task queue/job queue based on distributed message passing" url="http://www.celeryproject.org/" -arch="noarch" +arch="noarch !s390x" # lmited by py3-kombu license="Apache-2.0" depends="py3-urllib3 py3-redis py3-vine py3-kombu py3-billiard" makedepends="python3-dev py3-setuptools" |