diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2019-11-28 16:17:06 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-11-28 16:17:06 -0800 |
commit | d97606aef275e256a022ef81ccc876354b4f1d47 (patch) | |
tree | 31cbe27bcf14d420ec52ff2a99af51b93c08e0cf /dev-python/neovim-python-client | |
parent | sys-fs/lvm2: fix Manifest (diff) | |
download | gentoo-d97606aef275e256a022ef81ccc876354b4f1d47.tar.gz gentoo-d97606aef275e256a022ef81ccc876354b4f1d47.tar.bz2 gentoo-d97606aef275e256a022ef81ccc876354b4f1d47.zip |
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>
Diffstat (limited to 'dev-python/neovim-python-client')
-rw-r--r-- | dev-python/neovim-python-client/neovim-python-client-0.4.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 66bdce84077c..422ae8b2c754 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 |