blob: c27649e35d8b18344e3e3179da5190b5d4fdf008 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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"
|