mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
testing/py3-pynvim: disable on aarch64 and s390x
This commit is contained in:
parent
03d4aab7ef
commit
6f2080df67
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ pkgrel=1
|
||||||
pkgdesc="python client and plugin host for Nvim"
|
pkgdesc="python client and plugin host for Nvim"
|
||||||
options="!check" # Tests fail on the builders
|
options="!check" # Tests fail on the builders
|
||||||
url="https://github.com/neovim/pynvim"
|
url="https://github.com/neovim/pynvim"
|
||||||
arch="noarch"
|
arch="noarch !aarch64 !s390x" # Arches where neovim is not available
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
depends="neovim python3 py3-msgpack py3-greenlet"
|
depends="neovim python3 py3-msgpack py3-greenlet"
|
||||||
makedepends="py3-setuptools"
|
makedepends="py3-setuptools"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue