dev-python/rply: Fix python_prepare
authorAlexey Shvetsov <alexxy@gentoo.org>
Thu, 28 Jun 2018 14:51:00 +0000 (17:51 +0300)
committerAlexey Shvetsov <alexxy@gentoo.org>
Thu, 28 Jun 2018 14:54:01 +0000 (17:54 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/rply/rply-0.7.6.ebuild

index 9c020e7859587247b89aafb1aaf6b4bdcdd6ee5e..3acf179151d4db905445a9a9fdb5ab5828a77ffd 100644 (file)
@@ -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() {