summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-ruamel-yaml_0.17.17.bb')
-rw-r--r--meta/recipes-devtools/python/python3-ruamel-yaml_0.17.17.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.17.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.17.bb
new file mode 100644
index 0000000000..4eb0274166
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.17.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] = "9751de4cbb57d4bfbf8fc394e125ed4a2f170fbff3dc3d78abf50be85924f8be"
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"