Lines 38-43
PATCHES=(
Link Here
|
38 |
"${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" |
38 |
"${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" |
39 |
) |
39 |
) |
40 |
|
40 |
|
|
|
41 |
python_compile() { |
42 |
distutils-r1_python_compile --enable=load_extension |
43 |
} |
44 |
|
41 |
python_test() { |
45 |
python_test() { |
42 |
esetup.py build_test_extension |
46 |
esetup.py build_test_extension |
43 |
"${EPYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}" |
47 |
"${EPYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}" |