dev-python/neovim-python-client-0.4.0: remove extra newline

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2019-11-28 16:17:06 -08:00
parent cc7753be6b
commit d97606aef2

View 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