diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-25 16:56:05 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-27 09:18:58 -0700 |
commit | e3b307d44808e2aabd44164aec1973bf53da625c (patch) | |
tree | 8af337a06e1fcda397fb509e0a1b0538eba372e5 /meta-python/recipes-devtools/python | |
parent | dc72eb669d11ec8cfeb531c56d74c9e7cb041e11 (diff) | |
download | meta-openembedded-e3b307d44808e2aabd44164aec1973bf53da625c.tar.gz |
python3-googleapis-common-protos: upgrade 1.63.0 -> 1.63.1
Changelog:
Increase upper limit for protobuf 5.X versions
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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.1.bb (renamed from meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.1.bb index aee2337267..7d8af98993 100644 --- a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.0.bb +++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.1.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca | |||
5 | 5 | ||
6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "17ad01b11d5f1d0171c06d3ba5c04c54474e883b66b949722b4938ee2694ef4e" | 8 | SRC_URI[sha256sum] = "c6442f7a0a6b2a80369457d79e6672bb7dcbaab88e0848302497e3ec80780a6a" |
9 | 9 | ||
10 | RDEPENDS:${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | python3-grpcio \ | 11 | python3-grpcio \ |