summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-ruamel-yaml_0.18.12.bb')
-rw-r--r--meta/recipes-devtools/python/python3-ruamel-yaml_0.18.12.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.12.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.12.bb
deleted file mode 100644
index 3b136b3b58..0000000000
--- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.12.bb
+++ /dev/null
@@ -1,20 +0,0 @@
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/"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5cc5d45e8a30c81dade6ca1928caa515"
6
7PYPI_PACKAGE = "ruamel.yaml"
8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
9
10inherit pypi python_setuptools_build_meta
11
12SRC_URI[sha256sum] = "5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2"
13
14RDEPENDS:${PN} += "\
15 python3-shell \
16 python3-datetime \
17 python3-netclient \
18"
19
20BBCLASSEXTEND = "native nativesdk"