aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-fastavro/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-fastavro/APKBUILD')
-rw-r--r--testing/py3-fastavro/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/py3-fastavro/APKBUILD b/testing/py3-fastavro/APKBUILD
index b9b0c4f3da1..e5eaf1a7fb9 100644
--- a/testing/py3-fastavro/APKBUILD
+++ b/testing/py3-fastavro/APKBUILD
@@ -4,13 +4,15 @@
pkgname=py3-fastavro
_pkgname=fastavro
pkgver=1.9.4
-pkgrel=1
+pkgrel=2
pkgdesc="Fast Avro for Python"
# Tests for optional zstd and snappy codecs require
# unpackaged python modules 'zstandard' and 'python-snappy'
options="!check"
url="https://github.com/fastavro/fastavro"
-arch="all !x86" # _tz_ tests fail
+# Upstream does not test 32 bit systems anymore
+# Issue: https://github.com/fastavro/fastavro/issues/526
+arch="all !x86 !armhf !armv7" # _tz_ tests fail
license="MIT"
depends="python3"
makedepends="py3-gpep517 py3-setuptools python3-dev cython py3-wheel"