diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 02:00:45 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 02:00:45 -0300 |
commit | af05208a5f850d794e6985e298cca55c86385537 (patch) | |
tree | 9f65397b1f07260432e467c139dfd7bf2f1bee12 /testing | |
parent | 922eb56ed8843744ea97424cf3433382063342d0 (diff) | |
download | aports-af05208a5f850d794e6985e298cca55c86385537.tar.bz2 aports-af05208a5f850d794e6985e298cca55c86385537.tar.xz |
testing/py3-doit: disable on aarch64
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-doit/APKBUILD | 3 |
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" |