Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | SUMMARY = "Python parsing module" |
| 2 | HOMEPAGE = "http://pyparsing.wikispaces.com/" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a" |
| 5 | |
| 6 | SRC_URI[md5sum] = "0214e42d63af850256962b6744c948d9" |
| 7 | SRC_URI[sha256sum] = "0832bcf47acd283788593e7a0f542407bd9550a55a8a8435214a1960e04bcb04" |
| 8 | |
| 9 | inherit pypi |
| 10 | |
| 11 | RDEPENDS_${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 Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 20 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 21 | BBCLASSEXTEND = "native nativesdk" |