diff options
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.bb | 24 |
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 @@ | |||
| 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 | AUTHOR = "Anthon van der Neut" | ||
| 4 | |||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa0a51dfb461e2f803969e0f3fa71dfe" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "ruamel.yaml" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "9751de4cbb57d4bfbf8fc394e125ed4a2f170fbff3dc3d78abf50be85924f8be" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "\ | ||
| 15 | ${PYTHON_PN}-shell \ | ||
| 16 | ${PYTHON_PN}-datetime \ | ||
| 17 | ${PYTHON_PN}-netclient \ | ||
| 18 | " | ||
| 19 | |||
| 20 | do_install:prepend() { | ||
| 21 | export RUAMEL_NO_PIP_INSTALL_CHECK=1 | ||
| 22 | } | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
