diff options
author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-07-22 09:35:24 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-24 06:28:56 -0700 |
commit | 6ea9cf2478042300216fa52f1951c3337ad39587 (patch) | |
tree | d87381927e138aa640a32bc744e4ed2abcbc3c82 /meta-python/recipes-devtools | |
parent | 4239137c6fde68224cf794020ac486e50d10ace2 (diff) | |
download | meta-openembedded-6ea9cf2478042300216fa52f1951c3337ad39587.tar.gz |
python3-googleapis-common-protos: upgrade 1.56.3 -> 1.56.4
Bug Fixes
---------
require python 3.7+ (#119)
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb (renamed from meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.3.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb index 95823ea48..3f03933e0 100644 --- a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.3.bb +++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca | |||
6 | 6 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "6f1369b58ed6cf3a4b7054a44ebe8d03b29c309257583a2bbdc064cd1e4a1442" | 9 | SRC_URI[sha256sum] = "c25873c47279387cfdcbdafa36149887901d36202cb645a0e4f29686bf6e4417" |
10 | 10 | ||
11 | RDEPENDS:${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-grpcio \ | 12 | ${PYTHON_PN}-grpcio \ |