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

do_stage() {
	distutils_stage_all
}