From 21be3d92a9461e008b21d87a36a6fef9532ef67c Mon Sep 17 00:00:00 2001
From: psykose <alice@ayaya.dev>
Date: Tue, 1 Nov 2022 17:38:17 +0000
Subject: [PATCH] testing/py3-trimesh: disable on riscv64

---
 testing/py3-trimesh/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/py3-trimesh/APKBUILD b/testing/py3-trimesh/APKBUILD
index 6be39b37d4d1..0699d0dbf5b8 100644
--- a/testing/py3-trimesh/APKBUILD
+++ b/testing/py3-trimesh/APKBUILD
@@ -7,7 +7,8 @@ pkgdesc="Python library for working with triangular meshes"
 url="https://github.com/mikedh/trimesh"
 # x86, armhf, armv7 Tests fail on int64 to int32 casts on these arches
 # s390x, no py3-rtree
-arch="noarch !x86 !armhf !armv7 !s390x"
+# riscv64, no py3-shapely
+arch="noarch !x86 !armhf !armv7 !s390x !riscv64"
 license="MIT"
 depends="
 	py3-colorlog
-- 
GitLab