sci-chemistry/apbs: python_export_best → python_setup

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-28 18:30:03 +01:00
parent f2eb0f583b
commit bd5c48004f

View File

@@ -106,7 +106,7 @@ src_compile(){
}
src_test() {
python_export_best
python_setup
cd tests || die
LD_LIBRARY_PATH="${S}"/lib "${PYTHON}" apbs_tester.py -l log || die
grep -q 'FAILED' log && die "Tests failed"