meta-openembedded/meta-python/recipes-devtools/python/python3-google-api-python-client_2.71.0.bb
Wang Mingyu 7ed7dff569 python3-google-api-python-client: upgrade 2.70.0 -> 2.71.0
Changelog:
==========
 accesscontextmanager: Update the api 038fdb69dc
 alertcenter: Update the api 6057d89b61
 androidenterprise: Update the api ec22103603
 apigee: Update the api 43f435c459
 batch: Update the api 3dd983b561
 clouddeploy: Update the api 9a176a474c
 compute: Update the api bba3627ef5
 container: Update the api 98d6112970
 contentwarehouse: Update the api 00fa4bb30f
 datafusion: Update the api db1dddc7ca
 datamigration: Update the api 12effe4a38
 datapipelines: Update the api 91b60afaa4
 dataplex: Update the api 04bafe3e11
 dataproc: Update the api 1ad16fafbd
 datastream: Update the api 30f292141f
 firestore: Update the api 89b34a91c7
 gmail: Update the api a4ca99c42e
 notebooks: Update the api f732fd307f
 retail: Update the api d94dee346b
 speech: Update the api 339a5d6c9c
 texttospeech: Update the api ee942d9363
 workloadmanager: Update the api 93f0e30afa

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00

21 lines
654 B
BlitzBasic

SUMMARY = "The Google API Client for Python is a client library for accessing the Plus, \
Moderator, and many other Google APIs."
HOMEPAGE = "https://github.com/googleapis/google-api-python-client"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRC_URI[sha256sum] = "9412ad3445518fa9d24d02c673a70b07c9d124990f44763cdf4f5304ca5b4d08"
inherit pypi setuptools3
RDEPENDS:${PN} += "\
${PYTHON_PN}-logging \
${PYTHON_PN}-six \
${PYTHON_PN}-json \
${PYTHON_PN}-core \
${PYTHON_PN}-netclient \
${PYTHON_PN}-httplib2 \
${PYTHON_PN}-uritemplate \
${PYTHON_PN}-google-api-core \
"