| SUMMARY = "Python parsing module" |
| HOMEPAGE = "http://pyparsing.wikispaces.com/" |
| LICENSE = "MIT" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" |
| |
| SRC_URI[md5sum] = "75dfad250d739efa82c7c0eeaacc5e68" |
| SRC_URI[sha256sum] = "4ca62001be367f01bd3e92ecbb79070272a9d4964dce6a48a82ff0b8bc7e683a" |
| |
| inherit pypi |
| |
| RDEPENDS_${PN} += " \ |
| ${PYTHON_PN}-datetime \ |
| ${PYTHON_PN}-debugger \ |
| ${PYTHON_PN}-json \ |
| ${PYTHON_PN}-netclient \ |
| ${PYTHON_PN}-pprint \ |
| ${PYTHON_PN}-stringold \ |
| ${PYTHON_PN}-threading \ |
| " |
| |
| BBCLASSEXTEND = "native nativesdk" |