aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 01:58:49 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 01:58:49 +0000
commit0b8471604d39fc24d964df12336cf55bf9066a9d (patch)
treedb71feb4ab2828d8fd029f7da0366720a5e3d021
parent9b17a4c0b1db0669110344fc084b8cbb0909acbd (diff)
downloadaports-0b8471604d39fc24d964df12336cf55bf9066a9d.tar.bz2
aports-0b8471604d39fc24d964df12336cf55bf9066a9d.tar.xz
testing/py3-confluent-kafka: disable on mips
-rw-r--r--testing/py3-confluent-kafka/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-confluent-kafka/APKBUILD b/testing/py3-confluent-kafka/APKBUILD
index 125da077af..369fc87e73 100644
--- a/testing/py3-confluent-kafka/APKBUILD
+++ b/testing/py3-confluent-kafka/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.3.0
pkgrel=0
pkgdesc="Confluent's Apache Kafka Python clien"
url="https://github.com/confluentinc/confluent-kafka-python"
-arch="all !x86" # Restricted by py3-fastavro
+arch="all !x86 !mips !mips64" # Restricted by py3-fastavro
license="Apache-2.0"
depends="py3-six py3-avro py3-fastavro py3-requests"
makedepends="py3-setuptools python3-dev librdkafka-dev>=1.0.1"