From af966151563e0bfedd1a2adeebca423fa2a36641 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 3 Sep 2019 14:33:50 +0200 Subject: [PATCH] dev-python/rply: Fix python_prepare() correctly MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/659516 Signed-off-by: Michał Górny --- dev-python/rply/rply-0.7.6.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/rply/rply-0.7.6.ebuild b/dev-python/rply/rply-0.7.6.ebuild index 29db68a22518..1b9f7c7c55b7 100644 --- a/dev-python/rply/rply-0.7.6.ebuild +++ b/dev-python/rply/rply-0.7.6.ebuild @@ -26,9 +26,8 @@ python_prepare() { # https://github.com/alex/rply/issues/26; fail under py[3-4] if python_is_python3; then sed -e s':test_simple:_&:' -e s':test_empty_production:_&:' \ - -i tests/test_parsergenerator.py + -i tests/test_parsergenerator.py || die fi - distutils-r1_python_prepare_all } python_test() { -- 2.26.2