From: Michał Górny Date: Tue, 3 Sep 2019 12:33:50 +0000 (+0200) Subject: dev-python/rply: Fix python_prepare() correctly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=af966151563e0bfedd1a2adeebca423fa2a36641;p=gentoo.git dev-python/rply: Fix python_prepare() correctly Closes: https://bugs.gentoo.org/659516 Signed-off-by: Michał Górny --- 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() {