From: Alexey Shvetsov Date: Thu, 28 Jun 2018 14:51:00 +0000 (+0300) Subject: dev-python/rply: Fix python_prepare X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=af7f96a35c9b9cb63502aec2781895379ac2d795;p=gentoo.git dev-python/rply: Fix python_prepare Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-python/rply/rply-0.7.6.ebuild b/dev-python/rply/rply-0.7.6.ebuild index 9c020e785958..3acf179151d4 100644 --- a/dev-python/rply/rply-0.7.6.ebuild +++ b/dev-python/rply/rply-0.7.6.ebuild @@ -28,7 +28,7 @@ python_prepare() { sed -e s':test_simple:_&:' -e s':test_empty_production:_&:' \ -i tests/test_parsergenerator.py fi - distutils-r1_python_prepare + distutils-r1_python_prepare_all } python_test() {