mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Changelog ========= Features accesscontextmanager: Update the apif6f6113f42(f77ee26) advisorynotifications: Update the api0025b75976(f77ee26) aiplatform: Update the apifbcd223a51(f77ee26) androidmanagement: Update the api23cd554b04(f77ee26) appengine: Update the api266598f553(f77ee26) artifactregistry: Update the apife34c2221c(f77ee26) assuredworkloads: Update the api86eaf3ff8d(f77ee26) beyondcorp: Update the apif27ec8e0ac(f77ee26) blockchainnodeengine: Update the apibf425463c4(f77ee26) checks: Update the api3d7acfbe70(f77ee26) chromemanagement: Update the api5310a182fd(f77ee26) cloudasset: Update the apid076b1bd45(f77ee26) cloudfunctions: Update the apic9d14b98bf(f77ee26) cloudtasks: Update the apife0bcad347(f77ee26) composer: Update the api4d9e24a39c(f77ee26) connectors: Update the api7e2e3f0687(f77ee26) contactcenteraiplatform: Update the apiee747d28f2(f77ee26) datamigration: Update the apide2aa36bbf(f77ee26) gkeonprem: Update the apif5890d0826(f77ee26) gmail: Update the api40b0348d28(f77ee26) integrations: Update the apiddf9afb276(f77ee26) monitoring: Update the apif64be2390c(f77ee26) mybusinessverifications: Update the apifde7890f06(f77ee26) networkconnectivity: Update the api0d299134e8(f77ee26) networkmanagement: Update the api47352429b1(f77ee26) notebooks: Update the api66dd9d0e43(f77ee26) paymentsresellersubscription: Update the apid0fae461de(f77ee26) places: Update the apidb06598e16(f77ee26) run: Update the apid10dad24fe(f77ee26) spanner: Update the api531ba38b88(f77ee26) storage: Update the api8610476ae8(f77ee26) transcoder: Update the api7d2dfac9b7(f77ee26) vision: Update the api4de577bc69(f77ee26) Bug Fixes smartdevicemanagement: Update the api03ffb2b7ad(f77ee26) Signed-off-by: Derek Straka <derek@asterius.io> 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] = "eaed50efc2f8a4027dcca8fd0037f4b1b03b8093efc84ce3cb6c75bfc79a7e31"
|
|
|
|
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 \
|
|
"
|