diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-ruamel-yaml_0.18.14.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-ruamel-yaml_0.18.14.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.14.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.14.bb new file mode 100644 index 0000000000..e7ac24abb8 --- /dev/null +++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.14.bb | |||
@@ -0,0 +1,20 @@ | |||
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] = "7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7" | ||
13 | |||
14 | RDEPENDS:${PN} += "\ | ||
15 | python3-shell \ | ||
16 | python3-datetime \ | ||
17 | python3-netclient \ | ||
18 | " | ||
19 | |||
20 | BBCLASSEXTEND = "native nativesdk" | ||