diff options
Diffstat (limited to 'testing/py3-libnacl/APKBUILD')
-rw-r--r-- | testing/py3-libnacl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-libnacl/APKBUILD b/testing/py3-libnacl/APKBUILD index e44e438aea..84f0200d6b 100644 --- a/testing/py3-libnacl/APKBUILD +++ b/testing/py3-libnacl/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.7.1 pkgrel=0 pkgdesc="Python bindings for libsodium/tweetnacl" url="https://libnacl.readthedocs.org/" -arch="noarch" +arch="noarch !armhf !armv7 !x86" # Tests fail on the builder but pass on CI license="Apache-2.0" makedepends="py3-setuptools libsodium-dev" source="$_pkgname-$pkgver.tar.gz::https://github.com/saltstack/libnacl/archive/v$pkgver.tar.gz" |