Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 851741 | Differences between
and this patch

Collapse All | Expand All

(-)a/dev-python/apsw/apsw-3.38.5_p1.ebuild (+4 lines)
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}"

Return to bug 851741