summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-01 22:50:52 +0800
committerKhem Raj <raj.khem@gmail.com>2024-04-02 11:28:51 -0700
commit7fd541b3d824c672adb7915613070781f197c6b4 (patch)
treea96496354607d700c81704b58c227490ca2bd5a1 /meta-python/recipes-devtools/python
parentc0159f81ee3ba2ab0d246ed818ce01e8c6e6ed96 (diff)
downloadmeta-openembedded-7fd541b3d824c672adb7915613070781f197c6b4.tar.gz
python3-google-api-core: upgrade 2.17.1 -> 2.18.0
Changelog: ========== -Add common logic for supporting universe domain -Add _registered_method to grpc ChannelStub -deps: Require proto-plus >= 1.22.3 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-google-api-core_2.18.0.bb (renamed from meta-python/recipes-devtools/python/python3-google-api-core_2.17.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.17.1.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.18.0.bb
index f9df8cf2a7..b4cbafa85d 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-core_2.17.1.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.18.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5 5
6inherit pypi setuptools3 6inherit pypi setuptools3
7 7
8SRC_URI[sha256sum] = "9df18a1f87ee0df0bc4eea2770ebc4228392d8cc4066655b320e2cfccb15db95" 8SRC_URI[sha256sum] = "62d97417bfc674d6cef251e5c4d639a9655e00c45528c4364fbfebb478ce72a9"
9 9
10RDEPENDS:${PN} += "\ 10RDEPENDS:${PN} += "\
11 python3-asyncio \ 11 python3-asyncio \