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 --- .../python/python-google-api-core.inc | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 external/meta-iot-cloud/recipes-google-cloud/python/python-google-api-core.inc (limited to 'external/meta-iot-cloud/recipes-google-cloud/python/python-google-api-core.inc') diff --git a/external/meta-iot-cloud/recipes-google-cloud/python/python-google-api-core.inc b/external/meta-iot-cloud/recipes-google-cloud/python/python-google-api-core.inc new file mode 100644 index 00000000..3a343e8d --- /dev/null +++ b/external/meta-iot-cloud/recipes-google-cloud/python/python-google-api-core.inc @@ -0,0 +1,27 @@ +DESCRIPTION = "Google API client core library" +HOMEPAGE = "https://github.com/GoogleCloudPlatform/google-cloud-python" +AUTHOR = "Google LLC" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +PR = "r0" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-math \ + ${PYTHON_PN}-pkgutil \ +" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-googleapis-common-protos \ + ${PYTHON_PN}-google-auth \ + ${PYTHON_PN}-grpcio \ + ${PYTHON_PN}-protobuf \ + ${PYTHON_PN}-pytz \ + ${PYTHON_PN}-six \ +" + +SRC_URI[md5sum] = "a23d02db3f49f350bcf530fa52713cf1" +SRC_URI[sha256sum] = "f45d74aef41e1de49ceadebf382e1291ddcbe431a8b533aff8a1140a35531465" + -- cgit 1.2.3-korg