diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-16 05:38:12 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-16 05:38:31 -0300 |
commit | d4089236cd74cdde54acd5f6ba4bbe9788836caa (patch) | |
tree | e9671ff61d474334c70a1fc3b32fb56ea54d9450 /testing/py3-confluent-kafka | |
parent | eec7aa35d1bfb2f9b3460c8e2bf618311002926f (diff) | |
download | aports-d4089236cd74cdde54acd5f6ba4bbe9788836caa.tar.bz2 aports-d4089236cd74cdde54acd5f6ba4bbe9788836caa.tar.xz |
testing/py3-confluent-kafka: restrict on x86
Diffstat (limited to 'testing/py3-confluent-kafka')
-rw-r--r-- | testing/py3-confluent-kafka/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-confluent-kafka/APKBUILD b/testing/py3-confluent-kafka/APKBUILD index 78cd283834..83e5901377 100644 --- a/testing/py3-confluent-kafka/APKBUILD +++ b/testing/py3-confluent-kafka/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.0.1 pkgrel=0 pkgdesc="Confluent's Apache Kafka Python clien" url="https://github.com/confluentinc/confluent-kafka-python" -arch="all" +arch="all !x86" # 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" |