summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.9.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-01-07 17:01:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-09 15:26:50 +0000
commit11bc40bb4ff458964be9b8befca95896fc6d464d (patch)
treedd326fa53db443c027e751500f20604a3d80b700 /meta/recipes-devtools/python/python3-ruamel-yaml_0.18.9.bb
parent499e32979e62ff64a9b6613919f245cc0fcb81ee (diff)
downloadpoky-11bc40bb4ff458964be9b8befca95896fc6d464d.tar.gz
python3-ruamel-yaml: upgrade 0.18.7 -> 0.18.9
License-Update: copyright updated to 2025 (From OE-Core rev: 98ed111650de52e6079251d1cb0c19dd6a506ded) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-ruamel-yaml_0.18.9.bb')
-rw-r--r--meta/recipes-devtools/python/python3-ruamel-yaml_0.18.9.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.9.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.9.bb
new file mode 100644
index 0000000000..efc07169f7
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.9.bb
@@ -0,0 +1,20 @@
1SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order."
2HOMEPAGE = "https://pypi.org/project/ruamel.yaml/"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5cc5d45e8a30c81dade6ca1928caa515"
6
7PYPI_PACKAGE = "ruamel.yaml"
8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
9
10inherit pypi python_setuptools_build_meta
11
12SRC_URI[sha256sum] = "59d0f8b10c658bd55ecd107e334d4117d766a2b9cc8f5176afcdadcff6f84a5e"
13
14RDEPENDS:${PN} += "\
15 python3-shell \
16 python3-datetime \
17 python3-netclient \
18"
19
20BBCLASSEXTEND = "native nativesdk"