summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.19.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-ruamel-yaml_0.17.19.bb')
-rw-r--r--meta/recipes-devtools/python/python3-ruamel-yaml_0.17.19.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.19.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.19.bb
new file mode 100644
index 0000000000..a0f5c89846
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.19.bb
@@ -0,0 +1,24 @@
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/"
3AUTHOR = "Anthon van der Neut"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=fa0a51dfb461e2f803969e0f3fa71dfe"
7
8PYPI_PACKAGE = "ruamel.yaml"
9
10inherit pypi setuptools3
11
12SRC_URI[sha256sum] = "b9ce9a925d0f0c35a1dbba56b40f253c53cd526b0fa81cf7b1d24996f28fb1d7"
13
14RDEPENDS:${PN} += "\
15 ${PYTHON_PN}-shell \
16 ${PYTHON_PN}-datetime \
17 ${PYTHON_PN}-netclient \
18"
19
20do_install:prepend() {
21 export RUAMEL_NO_PIP_INSTALL_CHECK=1
22}
23
24BBCLASSEXTEND = "native nativesdk"