blob: dbf84d4132184bc4ce991953416cd84e3dfcc068 [file] [log] [blame]
Andrew Geisslerd688a012020-09-18 13:36:00 -05001SUMMARY = "Ordered YAML loader and dumper for PyYAML."
2HOMEPAGE = "https://github.com/Phynix/yamlloader"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=6831ef36faa29329bce2420c5356f97e"
5
6SRC_URI[md5sum] = "2e0750ace81235f750c072833d79c4c3"
7SRC_URI[sha256sum] = "dcab5f16b39bb03d10dda4cd4f30c943675ec4c7771807fc67e7f1bb319bf4c8"
8
9inherit pypi setuptools3
10
11RDEPENDS_${PN}_class-target += "\
12 ${PYTHON_PN}-pyyaml \
13"