aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-urlgrabber-native_3.1.0.bb
blob: 41ba9885d618266d0f0dc620aa2ea1e041ccf220 (plain)
1
2
3
4
5
6
7
8
9
require python-urlgrabber_${PV}.bb
inherit native
DEPENDS = "python-native"
RDEPENDS_${PN} = ""
PR = "r2"

do_stage() {
	distutils_stage_all
}