diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-02-27 09:32:59 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-02-27 09:33:17 +0000 |
commit | 7d5aa134954856837bd8e33e886c4224417a9a99 (patch) | |
tree | fd8096801a1efedee267bbe8a2ea9f6bddb44770 /community/py3-qtwebengine | |
parent | e7b8f437c3b706eb25bfaea8b058dcc06c128027 (diff) | |
download | aports-7d5aa134954856837bd8e33e886c4224417a9a99.tar.bz2 aports-7d5aa134954856837bd8e33e886c4224417a9a99.tar.xz |
community/py3-qtwebengine: disable on armv7
Dependency qt5-qtwebengine is missing.
Diffstat (limited to 'community/py3-qtwebengine')
-rw-r--r-- | community/py3-qtwebengine/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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" |