From 15bb76759e3df5fd6b5571c07fd96fd440cfb94e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 25 Sep 2019 13:52:33 +0000 Subject: testing/celery: disable on s390x limited by py3-kombu --- testing/celery/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') 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" -- cgit v1.2.3