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

do_stage() {
	distutils_stage_all
}