aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pynvim/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-21 09:24:34 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-21 09:24:34 +0100
commit50a3d6142c6d3fea36189011fba71e4932f201aa (patch)
tree8deae5b4ee092716e571ad723910eff5269afcdd /testing/py3-pynvim/APKBUILD
parent8836fb8c1b8c9fa30fd524f564e15739e7a14f75 (diff)
downloadaports-50a3d6142c6d3fea36189011fba71e4932f201aa.tar.bz2
aports-50a3d6142c6d3fea36189011fba71e4932f201aa.tar.xz
testing/py3-pynvim: add missing dependency on neovim, fix tests
Diffstat (limited to 'testing/py3-pynvim/APKBUILD')
-rw-r--r--testing/py3-pynvim/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py3-pynvim/APKBUILD b/testing/py3-pynvim/APKBUILD
index 41fbc5f75e..14cad74cd6 100644
--- a/testing/py3-pynvim/APKBUILD
+++ b/testing/py3-pynvim/APKBUILD
@@ -8,8 +8,9 @@ pkgdesc="python client and plugin host for Nvim"
url="https://github.com/neovim/pynvim"
arch="noarch"
license="Apache"
-depends="python3 py3-msgpack py3-greenlet"
+depends="neovim python3 py3-msgpack py3-greenlet"
makedepends="python3-dev"
+checkdepends="py3-pytest py3-pytest-runner"
source="$_pyname-$pkgver.tar.gz::https://github.com/neovim/$_pyname/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"