From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-devtools/python/python-pyyaml_5.3.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 external/meta-python2/recipes-devtools/python/python-pyyaml_5.3.bb (limited to 'external/meta-python2/recipes-devtools/python/python-pyyaml_5.3.bb') diff --git a/external/meta-python2/recipes-devtools/python/python-pyyaml_5.3.bb b/external/meta-python2/recipes-devtools/python/python-pyyaml_5.3.bb new file mode 100644 index 00000000..9b26c621 --- /dev/null +++ b/external/meta-python2/recipes-devtools/python/python-pyyaml_5.3.bb @@ -0,0 +1,19 @@ +SUMMARY = "Python support for YAML" +HOMEPAGE = "http://www.pyyaml.org" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a" +DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}" + +PYPI_PACKAGE = "PyYAML" + +inherit pypi setuptools + +SRC_URI[md5sum] = "adbb0d336b509d6472d3b095a0f1cf30" +SRC_URI[sha256sum] = "e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-datetime \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg