blob: 48ebf73c9c33152a82526297725cdf41f58ae8b1 [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 Bishope42b3e32020-01-15 22:08:42 -050011SRC_URI[md5sum] = "d7e45e932d6e6649ac574a1ed77b4269"
12SRC_URI[sha256sum] = "c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c"
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"