aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-yara/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-yara/APKBUILD b/testing/py3-yara/APKBUILD
index 4ae3bf3f80..44fa6bd042 100644
--- a/testing/py3-yara/APKBUILD
+++ b/testing/py3-yara/APKBUILD
@@ -6,7 +6,7 @@ pkgver="3.11.0"
pkgrel=0
pkgdesc="The Python interface for YARA"
url="https://virustotal.github.io/yara/"
-arch="all !ppc64le" # missing yara
+arch="all !ppc64le !armv7 !armhf" # missing yara
license="Apache-2.0"
depends="python3"
makedepends="python3-dev yara"