dev-python/astroid: Fix python_prepare -> _all

This commit is contained in:
Michał Górny
2017-05-16 21:04:30 +02:00
parent b725e876d0
commit aafaf16ebe

View File

@@ -37,7 +37,7 @@ DEPEND="
# Required for tests
DISTUTILS_IN_SOURCE_BUILD=1
python_prepare() {
python_prepare_all() {
# Disable failing test
sed -i -e "/test_namespace_package_pth_support/a\\ return" astroid/tests/unittest_manager.py || die
distutils-r1_python_prepare_all