| SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order." |
| HOMEPAGE = "https://pypi.org/project/ruamel.yaml/" |
| |
| LICENSE = "MIT" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=fae78348fee46c087389813e0ebf5ed7" |
| |
| PYPI_PACKAGE = "ruamel_yaml" |
| |
| inherit pypi python_setuptools_build_meta |
| |
| S = "${UNPACKDIR}/ruamel.yaml-${PV}" |
| SRC_URI[sha256sum] = "53eb66cd27849eff968ebf8f0bf61f46cdac2da1d1f3576dd4ccee9b25c31993" |
| |
| RDEPENDS:${PN} += "\ |
| python3-shell \ |
| python3-datetime \ |
| python3-netclient \ |
| " |
| |
| BBCLASSEXTEND = "native nativesdk" |