community/goobook: disable on ppc64le

This commit is contained in:
Keith Maxwell 2020-04-25 19:26:37 +01:00
parent 773b2ec7d0
commit 2cbbfd2e94

View File

@ -5,7 +5,7 @@ pkgver=3.4
pkgrel=1
pkgdesc="Access Google contacts from the command line"
url="https://gitlab.com/goobook/goobook"
arch="noarch"
arch="noarch !ppc64le" # limited by py3-grpcio
license="GPL-3.0-or-later"
depends="py3-setuptools py3-httplib2 py3-google-auth-httplib2
py3-google-api-python-client py3-simplejson py3-oauth2client"