blob: 2b50ffd08ade45846e3e4dfa7c6cb96aff2545cb [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001require python-mako.inc
2
3inherit setuptools3
4
5RDEPENDS_${PN} = "python3-threading \
6 python3-netclient \
7 python3-html \
8"
9RDEPENDS_${PN}_class-native = ""
10
11BBCLASSEXTEND = "native nativesdk"