diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yamlloader_1.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-yamlloader_1.0.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yamlloader_1.0.0.bb b/meta-python/recipes-devtools/python/python3-yamlloader_1.0.0.bb new file mode 100644 index 0000000000..a2483a6f46 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-yamlloader_1.0.0.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "Ordered YAML loader and dumper for PyYAML." | ||
| 2 | HOMEPAGE = "https://github.com/Phynix/yamlloader" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6831ef36faa29329bce2420c5356f97e" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "e96dc3dc6895d814c330c054c966d993fc81ef1dbf5a30a4bdafeb256359e058" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS_${PN}_class-target += "\ | ||
| 11 | ${PYTHON_PN}-pyyaml \ | ||
| 12 | " | ||
