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>2023-12-14 16:54:37 +0800
committerKhem Raj <raj.khem@gmail.com>2023-12-14 07:53:23 -0800
commit2e0a01b9cf72d49926ab46107438db0cdc9583e7 (patch)
treef2f9cd2ec9b840316df090d84f1546e8c16ff225 /meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.62.0.bb
parentcd7ab6db720fa7bfb7f6bb70137b095d422bcca7 (diff)
downloadmeta-openembedded-2e0a01b9cf72d49926ab46107438db0cdc9583e7.tar.gz
python3-googleapis-common-protos: upgrade 1.61.0 -> 1.62.0
Changelog: =========== -Add auto_populated_fields field of MethodSettings in google/api/client_pb2 -Add support for Python 3.12 -Migrate to native namespace packages 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, 13 insertions, 0 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
new file mode 100644
index 000000000..1536ba5e0
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.62.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] = "83f0ece9f94e5672cced82f592d2a5edf527a96ed1794f0bab36d5735c996277"
9
10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-grpcio \
12 ${PYTHON_PN}-protobuf \
13"