summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-google-cloud/python/python-google-cloud-pubsub.inc
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/meta-iot-cloud/recipes-google-cloud/python/python-google-cloud-pubsub.inc
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/meta-iot-cloud/recipes-google-cloud/python/python-google-cloud-pubsub.inc')
-rw-r--r--external/meta-iot-cloud/recipes-google-cloud/python/python-google-cloud-pubsub.inc31
1 files changed, 31 insertions, 0 deletions
diff --git a/external/meta-iot-cloud/recipes-google-cloud/python/python-google-cloud-pubsub.inc b/external/meta-iot-cloud/recipes-google-cloud/python/python-google-cloud-pubsub.inc
new file mode 100644
index 00000000..ec42600d
--- /dev/null
+++ b/external/meta-iot-cloud/recipes-google-cloud/python/python-google-cloud-pubsub.inc
@@ -0,0 +1,31 @@
+DESCRIPTION = "Google Cloud Pub/Sub API client library"
+HOMEPAGE = "https://github.com/GoogleCloudPlatform/google-cloud-python"
+AUTHOR = "Google LLC"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7b7e367c7e1664e6565ee7d16cccc58a"
+
+PR = "r0"
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-datetime \
+ ${PYTHON_PN}-io \
+ ${PYTHON_PN}-json \
+ ${PYTHON_PN}-logging \
+ ${PYTHON_PN}-math \
+ ${PYTHON_PN}-netclient \
+ ${PYTHON_PN}-pkgutil \
+ ${PYTHON_PN}-threading \
+"
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-googleapis-common-protos \
+ ${PYTHON_PN}-google-api-core \
+ ${PYTHON_PN}-google-auth \
+ ${PYTHON_PN}-grpc-google-iam-v1 \
+ ${PYTHON_PN}-grpcio \
+ ${PYTHON_PN}-protobuf \
+ ${PYTHON_PN}-six \
+"
+
+SRC_URI[md5sum] = "a0d46582749e14057da796c9404f466a"
+SRC_URI[sha256sum] = "f295d14120f10e638ab4990268707d39f9460bc472145ae05b112f5f144854f0"