commit: d97606aef275e256a022ef81ccc876354b4f1d47
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 00:17:06 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 00:17:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97606ae
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 <AT> gentoo.org>
dev-python/neovim-python-client/neovim-python-client-0.4.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/neovim-python-client/neovim-python-client-0.4.0.ebuild
b/dev-python/neovim-python-client/neovim-python-client-0.4.0.ebuild
index 66bdce84077..422ae8b2c75 100644
--- a/dev-python/neovim-python-client/neovim-python-client-0.4.0.ebuild
+++ b/dev-python/neovim-python-client/neovim-python-client-0.4.0.ebuild
@@ -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