python/python-neovim: Add missing pytest-runner dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
6b02f215ed
commit
897b63317b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue