aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-docutils-native_0.5.bb
blob: 5e294e55a231fd7feed99b95681a19a93e30fda3 (plain)
1
2
3
4
5
6
7
8
require python-docutils_${PV}.bb
DEPENDS = "python-native"
inherit native

do_stage() {
	distutils_stage_all
}