blob: e0df4e9b8255ecc5c1c1bde891b33a334974008c [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 Bishopba6de432019-05-21 08:07:33 -04006SRC_URI[md5sum] = "e534c0ca755155823bf45fdd8d084922"
7SRC_URI[sha256sum] = "1873c03321fc118f4e9746baf201ff990ceb915f433f23b395f5580d1840cb2a"
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"