Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 909996
Collapse All | Expand All

(-)openshot-3.1.1.ebuild (-1 / +1 lines)
Lines 6-11 Link Here
6
PYTHON_COMPAT=( python3_{10..11} )
6
PYTHON_COMPAT=( python3_{10..11} )
7
PYTHON_REQ_USE="xml(+)"
7
PYTHON_REQ_USE="xml(+)"
8
DISTUTILS_SINGLE_IMPL=1
8
DISTUTILS_SINGLE_IMPL=1
9
DISTUTILS_USE_PEP517=""
9
10
10
inherit distutils-r1 xdg
11
inherit distutils-r1 xdg
11
12
Lines 45-51 Link Here
45
}
46
}
46
47
47
python_test() {
48
python_test() {
48
	distutils_install_for_testing
49
	"${EPYTHON}" src/tests/query_tests.py -v --platform minimal || die
49
	"${EPYTHON}" src/tests/query_tests.py -v --platform minimal || die
50
}
50
}
51
51

Return to bug 909996