aboutsummaryrefslogtreecommitdiffstats
path: root/testing/celery
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-09-25 13:52:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-09-25 13:53:01 +0000
commit15bb76759e3df5fd6b5571c07fd96fd440cfb94e (patch)
treef54ce8ca3af31faeeec77449a98b3def9aa01711 /testing/celery
parent755ae8085c21ff7dfa952e84b9ebcc2620bd1bd8 (diff)
downloadaports-15bb76759e3df5fd6b5571c07fd96fd440cfb94e.tar.bz2
aports-15bb76759e3df5fd6b5571c07fd96fd440cfb94e.tar.xz
testing/celery: disable on s390x
limited by py3-kombu
Diffstat (limited to 'testing/celery')
-rw-r--r--testing/celery/APKBUILD2
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"