blob: c9c9bbf9c188e78f1ad6e7358fd891858297ed98 [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
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005SRC_URI[md5sum] = "6639592fa430567d024189f097fcdbd7"
6SRC_URI[sha256sum] = "643434a9f1a188271da35e20064cb8b6c5440976c5bb541dc7b5b0e3cf75d940"
Patrick Williamsddad1a12017-02-23 20:36:32 -06007
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008RDEPENDS_${PN}_class-target += " \
Patrick Williamsddad1a12017-02-23 20:36:32 -06009 ${PYTHON_PN}-argparse \
10 ${PYTHON_PN}-debugger \
11 ${PYTHON_PN}-json \
12 ${PYTHON_PN}-py \
13 ${PYTHON_PN}-setuptools \
14"
15
16BBCLASSEXTEND = "native nativesdk"