Brad Bishop | bac8baf | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | require recipes-devtools/python/python-mako.inc |
2 | |||||
3 | inherit setuptools | ||||
4 | |||||
5 | RDEPENDS_${PN} = "python-threading \ | ||||
6 | python-netclient \ | ||||
7 | python-html \ | ||||
8 | " | ||||
9 | RDEPENDS_${PN}_class-native = "" | ||||
10 | |||||
11 | BBCLASSEXTEND = "native nativesdk" |