mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
python3-ruamel-yaml: upgrade 0.18.14 -> 0.18.15
(From OE-Core rev: 1891d2352789393698b77ab7635e7a4825588c7c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9bcade4c61
commit
156d105311
20
meta/recipes-devtools/python/python3-ruamel-yaml_0.18.15.bb
Normal file
20
meta/recipes-devtools/python/python3-ruamel-yaml_0.18.15.bb
Normal file
@@ -0,0 +1,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=5cc5d45e8a30c81dade6ca1928caa515"
|
||||
|
||||
PYPI_PACKAGE = "ruamel.yaml"
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
SRC_URI[sha256sum] = "dbfca74b018c4c3fba0b9cc9ee33e53c371194a9000e694995e620490fd40700"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-shell \
|
||||
python3-datetime \
|
||||
python3-netclient \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user