summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-19 14:48:17 +0800
committerKhem Raj <raj.khem@gmail.com>2023-06-19 10:24:49 -0700
commit908a719151f0ffd7f9c0b577ce20d8d08cd43230 (patch)
treeb1d4bf65031b97f8421361f18b5597ef102faf82 /meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.1.bb
parentbdebd3cb3bd86279cd1859c48831cfcb126c5edc (diff)
downloadmeta-openembedded-908a719151f0ffd7f9c0b577ce20d8d08cd43230.tar.gz
python3-googleapis-common-protos: upgrade 1.59.0 -> 1.59.1
Changelog: ========== Invalid dev version identifiers in setup.py 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.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.1.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.1.bb
new file mode 100644
index 0000000000..802a434993
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.1.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] = "b35d530fe825fb4227857bc47ad84c33c809ac96f312e13182bdeaa2abe1178a"
10
11RDEPENDS:${PN} += "\
12 ${PYTHON_PN}-grpcio \
13 ${PYTHON_PN}-protobuf \
14"