blob: 556946e76c94a701acabad40c93a32de653ba444 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Python parsing module"
2HOMEPAGE = "http://pyparsing.wikispaces.com/"
3LICENSE = "MIT"
Brad Bishopba6de432019-05-21 08:07:33 -04004LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005
Brad Bishop26bdd442019-08-16 17:08:17 -04006SRC_URI[md5sum] = "46d02cbe0461fe0571d51649e6006ef5"
7SRC_URI[sha256sum] = "6f98a7b9397e206d78cc01df10131398f1c8b8510a2f4d97d9abd82e1aacdd80"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008
9inherit pypi
10
11RDEPENDS_${PN} += " \
12 ${PYTHON_PN}-datetime \
13 ${PYTHON_PN}-debugger \
14 ${PYTHON_PN}-json \
15 ${PYTHON_PN}-netclient \
16 ${PYTHON_PN}-pprint \
17 ${PYTHON_PN}-stringold \
18 ${PYTHON_PN}-threading \
19"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050020
Brad Bishop316dfdd2018-06-25 12:45:53 -040021BBCLASSEXTEND = "native nativesdk"