1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00

testing/py3-pynvim: disable on aarch64 and s390x

This commit is contained in:
Leo 2019-11-21 12:15:09 +01:00
parent 03d4aab7ef
commit 6f2080df67

View file

@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="python client and plugin host for Nvim"
options="!check" # Tests fail on the builders
url="https://github.com/neovim/pynvim"
arch="noarch"
arch="noarch !aarch64 !s390x" # Arches where neovim is not available
license="Apache-2.0"
depends="neovim python3 py3-msgpack py3-greenlet"
makedepends="py3-setuptools"