meta-openembedded/meta-python/recipes-devtools/python/python3-google-api-core_2.17.1.bb
Wang Mingyu 149b4f4cfb
python3-google-api-core: upgrade 2.16.2 -> 2.17.1
Changelog:
 Resolve issue handling protobuf responses in rest streaming

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-08 10:07:22 -08:00

26 lines
620 B
BlitzBasic

DESCRIPTION = "Google API client core library"
HOMEPAGE = "https://github.com/googleapis/python-api-core"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
inherit pypi setuptools3
SRC_URI[sha256sum] = "9df18a1f87ee0df0bc4eea2770ebc4228392d8cc4066655b320e2cfccb15db95"
RDEPENDS:${PN} += "\
python3-asyncio \
python3-datetime \
python3-logging \
python3-math \
"
RDEPENDS:${PN} += "\
python3-googleapis-common-protos \
python3-google-auth \
python3-grpcio \
python3-protobuf \
python3-pytz \
python3-requests \
python3-six \
"