dev-python/neovim-python-client-0.4.0: remove extra newline
authorPatrick McLean <chutzpah@gentoo.org>
Fri, 29 Nov 2019 00:17:06 +0000 (16:17 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Fri, 29 Nov 2019 00:17:06 +0000 (16:17 -0800)
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-python/neovim-python-client/neovim-python-client-0.4.0.ebuild

index 66bdce84077c6637b46fc469bf23e1b5a36ffb3b..422ae8b2c754e13fd3e398d1c2193d513a6c986f 100644 (file)
@@ -26,7 +26,6 @@ RDEPEND="
 
 distutils_enable_tests pytest
 
-
 python_prepare_all() {
        # allow useage of renamed msgpack
        sed -r -i "/^msgpack/d ; s:[\"']pytest-runner[\"'](,|)::" setup.py || die