mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Changelog: ========== accesscontextmanager: Update the api038fdb69dcalertcenter: Update the api6057d89b61androidenterprise: Update the apiec22103603apigee: Update the api43f435c459batch: Update the api3dd983b561clouddeploy: Update the api9a176a474ccompute: Update the apibba3627ef5container: Update the api98d6112970contentwarehouse: Update the api00fa4bb30fdatafusion: Update the apidb1dddc7cadatamigration: Update the api12effe4a38datapipelines: Update the api91b60afaa4dataplex: Update the api04bafe3e11dataproc: Update the api1ad16fafbddatastream: Update the api30f292141ffirestore: Update the api89b34a91c7gmail: Update the apia4ca99c42enotebooks: Update the apif732fd307fretail: Update the apid94dee346bspeech: Update the api339a5d6c9ctexttospeech: Update the apiee942d9363workloadmanager: Update the api93f0e30afaSigned-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 \
|
|
"
|