summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb b/meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb
new file mode 100644
index 0000000000..7ebe3f7d9f
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb
@@ -0,0 +1,24 @@
1SUMMARY = "Python support for YAML"
2HOMEPAGE = "https://pyyaml.org/"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079"
6
7SRC_URI[sha256sum] = "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"
8
9SRC_URI += "\
10 https://raw.githubusercontent.com/yaml/pyyaml/a98fd6088e81d7aca571220c966bbfe2ac43c335/tests/test_dump_load.py;name=test \
11"
12SRC_URI[test.sha256sum] = "b6a8a2825d89fdc8aee226560f66b8196e872012a0ea7118cbef1a832359434a"
13
14inherit pypi python_setuptools_build_meta ptest-python-pytest cython
15
16PACKAGECONFIG ?= "libyaml"
17PACKAGECONFIG[libyaml] = "--with-libyaml,--without-libyaml,libyaml"
18
19RDEPENDS:${PN} += "\
20 python3-datetime \
21 python3-netclient \
22"
23
24BBCLASSEXTEND = "native nativesdk"