meta-openembedded/meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb
Tim Orling 94c20e1ef4
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:24 -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] = "032d37b45d1d6bdaf68fb11ff621e2593263a239fa9246e2e94325f9c47876d2"
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 \
"