summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2022-04-14 09:59:00 +0800
committerTrevor Gamblin <tvgamblin@gmail.com>2022-04-17 16:46:15 +0000
commitd96c65e7128f81a652b1c2af8d57b04c740bc187 (patch)
treef427a9750c7b7fd3a49249c7c93b899480b6a37b /meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb
parent9a6cc59e5718dca21d8f62ad529ce237b250b0f2 (diff)
downloadmeta-openembedded-d96c65e7128f81a652b1c2af8d57b04c740bc187.tar.gz
python3-googleapis-common-protos: upgrade 1.54.0 -> 1.56.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb
new file mode 100644
index 0000000000..0a3547ee97
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "Common protobufs used in Google APIs"
2HOMEPAGE = "https://github.com/googleapis/python-api-common-protos"
3AUTHOR = "Google LLC"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
6
7inherit pypi setuptools3
8
9SRC_URI[sha256sum] = "4007500795bcfc269d279f0f7d253ae18d6dc1ff5d5a73613ffe452038b1ec5f"
10
11RDEPENDS:${PN} += "\
12 ${PYTHON_PN}-grpcio \
13 ${PYTHON_PN}-protobuf \
14"