mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: ========== accesscontextmanager: Update the api038fdb69dc
alertcenter: Update the api6057d89b61
androidenterprise: Update the apiec22103603
apigee: Update the api43f435c459
batch: Update the api3dd983b561
clouddeploy: Update the api9a176a474c
compute: Update the apibba3627ef5
container: Update the api98d6112970
contentwarehouse: Update the api00fa4bb30f
datafusion: Update the apidb1dddc7ca
datamigration: Update the api12effe4a38
datapipelines: Update the api91b60afaa4
dataplex: Update the api04bafe3e11
dataproc: Update the api1ad16fafbd
datastream: Update the api30f292141f
firestore: Update the api89b34a91c7
gmail: Update the apia4ca99c42e
notebooks: Update the apif732fd307f
retail: Update the apid94dee346b
speech: Update the api339a5d6c9c
texttospeech: Update the apiee942d9363
workloadmanager: Update the api93f0e30afa
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
654 B
BlitzBasic
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 \
|
|
"
|