diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-01 22:50:52 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-02 11:28:51 -0700 |
| commit | 7fd541b3d824c672adb7915613070781f197c6b4 (patch) | |
| tree | a96496354607d700c81704b58c227490ca2bd5a1 /meta-python/recipes-devtools/python/python3-google-api-core_2.18.0.bb | |
| parent | c0159f81ee3ba2ab0d246ed818ce01e8c6e6ed96 (diff) | |
| download | meta-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/python3-google-api-core_2.18.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-google-api-core_2.18.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.18.0.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.18.0.bb new file mode 100644 index 0000000000..b4cbafa85d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.18.0.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | DESCRIPTION = "Google API client core library" | ||
| 2 | HOMEPAGE = "https://github.com/googleapis/python-api-core" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "62d97417bfc674d6cef251e5c4d639a9655e00c45528c4364fbfebb478ce72a9" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "\ | ||
| 11 | python3-asyncio \ | ||
| 12 | python3-datetime \ | ||
| 13 | python3-logging \ | ||
| 14 | python3-math \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS:${PN} += "\ | ||
| 18 | python3-googleapis-common-protos \ | ||
| 19 | python3-google-auth \ | ||
| 20 | python3-grpcio \ | ||
| 21 | python3-protobuf \ | ||
| 22 | python3-pytz \ | ||
| 23 | python3-requests \ | ||
| 24 | python3-six \ | ||
| 25 | " | ||
