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