summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-07-01 14:43:52 +0800
committerKhem Raj <raj.khem@gmail.com>2024-07-01 08:02:00 -0700
commit3a822d2e7631a8b30fff3489325675148fb1e9ba (patch)
tree17203e32642263bcd15229f1707a9d4fd0505069 /meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.1.bb
parentd8717eb817e456807592d7401e6a8d3ffec2bd2e (diff)
downloadmeta-openembedded-3a822d2e7631a8b30fff3489325675148fb1e9ba.tar.gz
python3-googleapis-common-protos: upgrade 1.63.1 -> 1.63.2
Changelog: =========== - deps: Require protobuf>=3.20.2 - Regenerate pb2 files for compatibility with protobuf 5.x 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.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.1.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.1.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.1.bb
deleted file mode 100644
index 7d8af98993..0000000000
--- a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.1.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] = "c6442f7a0a6b2a80369457d79e6672bb7dcbaab88e0848302497e3ec80780a6a"
9
10RDEPENDS:${PN} += "\
11 python3-grpcio \
12 python3-protobuf \
13"