blob: e30839f87553c6448f5f76e8fc5dfe2d94ce9417 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Python parsing module"
2HOMEPAGE = "http://pyparsing.wikispaces.com/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
5
6SRC_URI[md5sum] = "0214e42d63af850256962b6744c948d9"
7SRC_URI[sha256sum] = "0832bcf47acd283788593e7a0f542407bd9550a55a8a8435214a1960e04bcb04"
8
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"