aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2021-06-18 08:11:20 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2021-06-18 09:07:33 +0000
commit624c6a019fb2b36573cf8527438f2cd61df15f86 (patch)
treee335be51a09d2a11fcbf42d4c5001a0560b4c1e4 /community
parent07224fa7d58d001705c5035a3ac9db7bfae4a378 (diff)
community/py3-selenium: disable for armhf and armv7
Diffstat (limited to 'community')
-rw-r--r--community/py3-selenium/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-selenium/APKBUILD b/community/py3-selenium/APKBUILD
index 0787a8f61a3..88fefeb1bc7 100644
--- a/community/py3-selenium/APKBUILD
+++ b/community/py3-selenium/APKBUILD
@@ -6,7 +6,7 @@ pkgver=3.141.0
pkgrel=0
pkgdesc="Python binding for Selenium Remote Control"
url="https://github.com/SeleniumHQ/selenium/"
-arch="all"
+arch="all !armhf !armv7"
license="Apache-2.0"
depends="python3 py3-urllib3 py3-rdflib"
makedepends="py3-setuptools"