diff options
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.bb | 24 |
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 @@ | |||
1 | SUMMARY = "Python support for YAML" | ||
2 | HOMEPAGE = "https://pyyaml.org/" | ||
3 | |||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079" | ||
6 | |||
7 | SRC_URI[sha256sum] = "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e" | ||
8 | |||
9 | SRC_URI += "\ | ||
10 | https://raw.githubusercontent.com/yaml/pyyaml/a98fd6088e81d7aca571220c966bbfe2ac43c335/tests/test_dump_load.py;name=test \ | ||
11 | " | ||
12 | SRC_URI[test.sha256sum] = "b6a8a2825d89fdc8aee226560f66b8196e872012a0ea7118cbef1a832359434a" | ||
13 | |||
14 | inherit pypi python_setuptools_build_meta ptest-python-pytest cython | ||
15 | |||
16 | PACKAGECONFIG ?= "libyaml" | ||
17 | PACKAGECONFIG[libyaml] = "--with-libyaml,--without-libyaml,libyaml" | ||
18 | |||
19 | RDEPENDS:${PN} += "\ | ||
20 | python3-datetime \ | ||
21 | python3-netclient \ | ||
22 | " | ||
23 | |||
24 | BBCLASSEXTEND = "native nativesdk" | ||