summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-03-19 13:45:19 +0800
committerKhem Raj <raj.khem@gmail.com>2024-03-20 09:28:08 -0700
commit34de4d9d0d1a4cab54f92c145555089eb9d5ac8e (patch)
tree726bd8cbc11befbf747fcdcc7eccda442154700d /meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.bb
parent974f11b26cbb0bd86e8f9fa51f2a000fcf7268d7 (diff)
downloadmeta-openembedded-34de4d9d0d1a4cab54f92c145555089eb9d5ac8e.tar.gz
python3-googleapis-common-protos: upgrade 1.62.0 -> 1.63.0
Changelog: ========== -Add api_version field to ServiceOptions in google/api/client.proto -Add LOCATION_POLICY_VIOLATED enum to ErrorReason in google/api/error_reason.proto -Add rest_reference_documentation_uri field to ServiceOptions in google/api/client.proto Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.bb
new file mode 100644
index 0000000000..aee2337267
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.bb
@@ -0,0 +1,13 @@
1DESCRIPTION = "Common protobufs used in Google APIs"
2HOMEPAGE = "https://github.com/googleapis/python-api-common-protos"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
5
6inherit pypi setuptools3
7
8SRC_URI[sha256sum] = "17ad01b11d5f1d0171c06d3ba5c04c54474e883b66b949722b4938ee2694ef4e"
9
10RDEPENDS:${PN} += "\
11 python3-grpcio \
12 python3-protobuf \
13"