summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.62.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.62.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.62.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.62.0.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.62.0.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.62.0.bb
deleted file mode 100644
index 5df1210dab..0000000000
--- a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.62.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
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] = "83f0ece9f94e5672cced82f592d2a5edf527a96ed1794f0bab36d5735c996277"
9
10RDEPENDS:${PN} += "\
11 python3-grpcio \
12 python3-protobuf \
13"