commit: af7f96a35c9b9cb63502aec2781895379ac2d795
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 14:51:00 2018 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 14:54:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7f96a3
dev-python/rply: Fix python_prepare
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/rply/rply-0.7.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rply/rply-0.7.6.ebuild
b/dev-python/rply/rply-0.7.6.ebuild
index 9c020e78595..3acf179151d 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() {