From 7d5aa134954856837bd8e33e886c4224417a9a99 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Thu, 27 Feb 2020 09:32:59 +0000 Subject: community/py3-qtwebengine: disable on armv7 Dependency qt5-qtwebengine is missing. --- community/py3-qtwebengine/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/py3-qtwebengine') diff --git a/community/py3-qtwebengine/APKBUILD b/community/py3-qtwebengine/APKBUILD index d2a8f715fd..9fd9d1458d 100644 --- a/community/py3-qtwebengine/APKBUILD +++ b/community/py3-qtwebengine/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="Python 3 bindings for QtWebEngine" url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro" # ppc64le, s390x: not supported -arch="all !ppc64le !s390x !armhf" # armhf blocked by py3-qt5 -> qt5-qtdeclarative +arch="all !ppc64le !s390x !armhf !armv7" # armhf blocked by py3-qt5 -> qt5-qtdeclarative license="GPL-2.0-or-later" depends="python3" makedepends="python3-dev py3-qt5 qt5-qtwebengine-dev py-sip-dev" -- cgit v1.2.3