diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 05:43:20 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 05:43:29 -0300 |
commit | 8a15052b5dbd360370fef03a9bc0e8d477c48a79 (patch) | |
tree | 02314b4cfba5a9216476c2eefd4f2499baca14cf /testing | |
parent | 6f346d05cc2c82753591fb653bd837913d9b11b6 (diff) | |
download | aports-8a15052b5dbd360370fef03a9bc0e8d477c48a79.tar.bz2 aports-8a15052b5dbd360370fef03a9bc0e8d477c48a79.tar.xz |
testing/py3-nikola: disable on aarch64
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-nikola/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/py3-nikola/APKBUILD b/testing/py3-nikola/APKBUILD index 70f5907cd8..536913c510 100644 --- a/testing/py3-nikola/APKBUILD +++ b/testing/py3-nikola/APKBUILD @@ -6,7 +6,9 @@ pkgver=8.0.2 pkgrel=2 pkgdesc="A modular, fast, simple, static python website generator" url="https://getnikola.com" -arch="noarch !s390x" # limited by py3-piexif +# s390x: py3-piexif +# aarch64: py3-inotify +arch="noarch !s390x !aarch64" license="MIT" depends="py3-babel py3-blinker py3-doit py3-dateutil py3-docutils py3-logbook py3-lxml py3-mako py3-markdown py3-natsort py3-piexif py3-pillow |