diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-01 08:33:14 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 12:49:56 +0000 |
| commit | 7e927835e8e78f5cc6425f4a87c069851ed277aa (patch) | |
| tree | e03ed29ad5175468298a132fd75157c6d614a87f /meta/recipes-devtools/python/python3-ruamel-yaml_0.18.9.bb | |
| parent | 0b102f6cbe85e677a97c4fff5a8a6cb49cdf094b (diff) | |
| download | poky-7e927835e8e78f5cc6425f4a87c069851ed277aa.tar.gz | |
python3-ruamel-yaml: upgrade 0.18.9 -> 0.18.10
(From OE-Core rev: 0f46b4fd10e6be1c48738e64c24a977a02768c9b)
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.bb | 20 |
1 files changed, 0 insertions, 20 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 deleted file mode 100644 index efc07169f7..0000000000 --- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.9.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order." | ||
| 2 | HOMEPAGE = "https://pypi.org/project/ruamel.yaml/" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5cc5d45e8a30c81dade6ca1928caa515" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "ruamel.yaml" | ||
| 8 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 9 | |||
| 10 | inherit pypi python_setuptools_build_meta | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "59d0f8b10c658bd55ecd107e334d4117d766a2b9cc8f5176afcdadcff6f84a5e" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "\ | ||
| 15 | python3-shell \ | ||
| 16 | python3-datetime \ | ||
| 17 | python3-netclient \ | ||
| 18 | " | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
