aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-08 02:00:45 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-08 02:00:45 -0300
commitaf05208a5f850d794e6985e298cca55c86385537 (patch)
tree9f65397b1f07260432e467c139dfd7bf2f1bee12 /testing
parent922eb56ed8843744ea97424cf3433382063342d0 (diff)
downloadaports-af05208a5f850d794e6985e298cca55c86385537.tar.bz2
aports-af05208a5f850d794e6985e298cca55c86385537.tar.xz
testing/py3-doit: disable on aarch64
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-doit/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py3-doit/APKBUILD b/testing/py3-doit/APKBUILD
index ed67256127..b79238cf82 100644
--- a/testing/py3-doit/APKBUILD
+++ b/testing/py3-doit/APKBUILD
@@ -6,7 +6,8 @@ pkgver=0.31.1
pkgrel=1
pkgdesc="A Python Automation Tool"
url="https://pydoit.org/"
-arch="noarch"
+# aarch64: Fails to find py3-inotify
+arch="noarch !aarch64"
license="MIT"
depends="py3-cloudpickle py3-inotify py3-six"
makedepends="py3-setuptools"