dev-python/rply: Fix python_prepare

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Alexey Shvetsov
2018-06-28 17:51:00 +03:00
parent 65d31e5daa
commit af7f96a35c

View 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() {