blob: afce543f1a9a31eea863c3f31410aebc9e0ae195 [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 Bishop1a4b7ee2018-12-16 17:11:34 -08005LIC_FILES_CHKSUM = "file://LICENSE;md5=5591701d32590f9fa94f3bfee820b634"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05006DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}"
7
8PYPI_PACKAGE = "PyYAML"
9inherit pypi
10
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011SRC_URI[md5sum] = "b78b96636d68ac581c0e2f38158c224f"
12SRC_URI[sha256sum] = "3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf"
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"