python/python-neovim: Add missing pytest-runner dependency.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2019-11-24 12:09:57 +13:00 committed by Willy Sudiarto Raharjo
parent 6b02f215ed
commit 897b63317b
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/neovim/pynvim/archive/0.4.0/pynvim-0.4.0.tar.gz"
MD5SUM="6d18d84565622585ae60b26e5dc1d746"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="greenlet msgpack-python trollius"
REQUIRES="greenlet msgpack-python trollius pytest-runner"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"