aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-setuptools-native_0.6c9.bb
blob: 0bbf9c32fc2d940ca7bf2ac47db0d8c669f392f6 (plain)
1
2
3
4
5
6
7
8
9
require python-setuptools_${PV}.bb
inherit native

FILESPATH = "${FILE_DIRNAME}/python-setuptools"
DEPENDS = "python-native"

do_stage() {
	distutils_stage_all
}