summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-epydoc-native_3.0.1.bb
blob: 7f64f64e645be77272673fa737274a77bf4ce7e8 (plain)
1
2
3
4
5
6
7
8
require python-epydoc_${PV}.bb
DEPENDS = "python-native"
inherit native

do_stage() {
	distutils_stage_all
}