diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-27 03:04:09 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-27 03:04:09 -0300 |
commit | f1b893efb43945e4eae39d1b2714359abe49749f (patch) | |
tree | b8e68b70a347fda9dfacc6513a67ec410dcdfbc3 /testing/py3-kombu | |
parent | 26d867b597d5fc1d2d2275a35fb447b509fd26fd (diff) | |
download | aports-f1b893efb43945e4eae39d1b2714359abe49749f.tar.bz2 aports-f1b893efb43945e4eae39d1b2714359abe49749f.tar.xz |
testing/py3-kombu: disable on s390x
Diffstat (limited to 'testing/py3-kombu')
-rw-r--r-- | testing/py3-kombu/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-kombu/APKBUILD b/testing/py3-kombu/APKBUILD index 69c7f2fb8b..8c54f835d1 100644 --- a/testing/py3-kombu/APKBUILD +++ b/testing/py3-kombu/APKBUILD @@ -6,7 +6,7 @@ pkgver=4.6.4 pkgrel=0 pkgdesc="a message queue abstraction layer" url="https://pypi.python.org/pypi/kombu/" -arch="noarch" +arch="noarch !s390x" # Limited by py3-dill license="BSD-3-Clause" depends="py3-amqp py3-vine py3-importlib-metadata" makedepends="py3-setuptools" |