blob: 454939e3bbfa71c68c8af35baccac7009b199aa6 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "Simple powerful teting with python"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=d8a5609608d9a5a180705b0fa298ae01"
4
5SRC_URI[md5sum] = "6e736a6d7bc854b25d44a60bcba5f2f9"
6SRC_URI[sha256sum] = "e82bc0596ee96b2287c08705cfcb6898db1fe4b5c87db3b6823f1fdd77fb3ff1"
7
8RDEPENDS_${PN} = " \
9 ${PYTHON_PN}-argparse \
10 ${PYTHON_PN}-debugger \
11 ${PYTHON_PN}-json \
12 ${PYTHON_PN}-py \
13 ${PYTHON_PN}-setuptools \
14"
15
16BBCLASSEXTEND = "native nativesdk"