commit:     3180f1f1c2420003f1ae09b2e3b92305789d0014
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 07:09:01 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 07:10:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3180f1f1

dev-python/pynvim: Remove no longer needed sed

Closes: https://bugs.gentoo.org/684314
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-python/pynvim/pynvim-0.4.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/pynvim/pynvim-0.4.1.ebuild 
b/dev-python/pynvim/pynvim-0.4.1.ebuild
index 08c2fb44841..cf1c0d3a5dc 100644
--- a/dev-python/pynvim/pynvim-0.4.1.ebuild
+++ b/dev-python/pynvim/pynvim-0.4.1.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
+       sed -r -i "s:[\"']pytest-runner[\"'](,|)::" setup.py || die
        distutils-r1_python_prepare_all
 }

Reply via email to