From 13c66e4f4fce542b15d1d70078dc7bb5ed40e28f Mon Sep 17 00:00:00 2001
From: Kevin Daudt <kdaudt@alpinelinux.org>
Date: Sat, 17 Oct 2020 16:51:34 +0000
Subject: [PATCH] testing/py3-kikit: disable on aarch64, armv7, armhf

py3-solidpython is missing
---
 testing/py3-kikit/APKBUILD | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testing/py3-kikit/APKBUILD b/testing/py3-kikit/APKBUILD
index f8c0d63a6e50..4e1db2f519c7 100644
--- a/testing/py3-kikit/APKBUILD
+++ b/testing/py3-kikit/APKBUILD
@@ -4,7 +4,9 @@ pkgver=0.6.1
 pkgrel=0
 pkgdesc="Python library and CLI tool to automate several tasks in KiCAD"
 url="https://github.com/yaqwsx/KiKit"
-arch="noarch !mips !mips64 !s390x" # py3-shapely
+# mips, mips64, s390x: py3-shapely
+# aarch64, armv7, armhf, mips, mips64: py3-solidpython
+arch="noarch !mips !mips64 !s390x !aarch64 !armv7 !armhf"
 license="MIT"
 depends="
 	python3
-- 
GitLab