aboutsummaryrefslogtreecommitdiffstats
path: root/packages/twisted/twisted-web-native_0.5.0.bb
blob: b9f1ca9bbf562ceb6c5bf9cc4ac92b2ccc841bdf (plain)
1
2
3
4
5
6
7
8
include twisted-web_${PV}.bb
inherit native
DEPENDS = "twisted-native"

do_stage() {
	BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
        ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR}
}