summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-03 18:04:02 +0800
committerKhem Raj <raj.khem@gmail.com>2023-04-05 15:56:47 -0700
commit0f36acd433462c8910a956749ebf4f751e3d9f87 (patch)
treec066c3e43273954cd534e35fb1aa77e9f724de5d /meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.0.bb
parent06ed48730dba5da23260758f05be2d962a945418 (diff)
downloadmeta-openembedded-0f36acd433462c8910a956749ebf4f751e3d9f87.tar.gz
python3-googleapis-common-protos: upgrade 1.58.0 -> 1.59.0
Changelog: ========= Features ---------- Add overrides_by_request_protocol to BackendRule in google/api/backend.proto (77376dd) Add proto_reference_documentation_uri to Publishing in google/api/client.proto (77376dd) Add SERVICE_NOT_VISIBLE and GCP_SUSPENDED to ErrorReason in google/api/error_reason.proto (77376dd) Documentation -------------- Use rst syntax in readme (77376dd) 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.59.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.0.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.0.bb
new file mode 100644
index 0000000000..49725ed328
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.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] = "4168fcb568a826a52f23510412da405abd93f4d23ba544bb68d943b14ba3cb44"
10
11RDEPENDS:${PN} += "\
12 ${PYTHON_PN}-grpcio \
13 ${PYTHON_PN}-protobuf \
14"