meta-openembedded/meta-python/recipes-devtools/python/python3-google-api-python-client_2.19.1.bb
Wang Mingyu 6c2f011ca2 python3-google-api-python-client: upgrade 2.18.0 -> 2.19.1
remove repeated calls to self._get_reason
analyticsdata: update the api
androidmanagement: update the api
artifactregistry: update the api
bigquerydatatransfer: update the api
bigquery: update the api
chat: update the api
cloudidentity: update the api
cloudkms: update the api
compute: update the api
containeranalysis: update the api
container: update the api
content: update the api
dataflow: update the api
dataproc: update the api
displayvideo: update the api
documentai: update the api
file: update the api
gkehub: update the api
logging: update the api
managedidentities: update the api
metastore: update the api
ondemandscanning: update the api
people: update the api
sqladmin: update the api
sts: update the api
workflowexecutions: update the api
youtube: update the api

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-09-07 10:02:11 -07: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] = "c89b345615188fbd525f52d59013156ad3bfd1023af27041f2dec3d7877ba112"
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 \
"