| Andrew Geissler | eafcbb8 | 2020-06-05 17:59:17 -0500 | [diff] [blame] | 1 | SUMMARY = "Python support for YAML" |
| 2 | DEPENDS += "libyaml ${PYTHON_PN}-cython-native" | ||||
| 3 | |||||
| 4 | LICENSE = "MIT" | ||||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7bbd28caa69f81f5cd5f48647236663d" | ||||
| 6 | |||||
| 7 | PYPI_PACKAGE = "PyYAML" | ||||
| 8 | |||||
| 9 | inherit pypi setuptools3 | ||||
| 10 | |||||
| 11 | SRC_URI[sha256sum] = "b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d" | ||||
| 12 | |||||
| 13 | RDEPENDS_${PN} += "\ | ||||
| 14 | ${PYTHON_PN}-datetime \ | ||||
| 15 | ${PYTHON_PN}-netclient \ | ||||
| 16 | " | ||||
| 17 | |||||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||||