blob: e9ae85eb0baffd967ce951e173ebf516fc39b47f [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Python support for YAML"
2HOMEPAGE = "http://www.pyyaml.org"
3SECTION = "devel/python"
4LICENSE = "MIT"
Brad Bishop0f291cc2019-09-01 15:16:57 -04005LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05006DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}"
7
8PYPI_PACKAGE = "PyYAML"
9inherit pypi
10
Brad Bishop0f291cc2019-09-01 15:16:57 -040011SRC_URI[md5sum] = "20f87ab421b0271dbf371dc5c1cddb5c"
12SRC_URI[sha256sum] = "01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050013
Brad Bishop316dfdd2018-06-25 12:45:53 -040014RDEPENDS_${PN} += "\
15 ${PYTHON_PN}-datetime \
16"
17
Brad Bishop6e60e8b2018-02-01 10:27:11 -050018BBCLASSEXTEND = "native nativesdk"