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

Features ======== androidmanagement: update the api 3d37600 (e691ed3) apigee: update the api aa29053 (e691ed3) baremetalsolution: update the api 629a968 (e691ed3) bigtableadmin: update the api 2d50872 (e691ed3) certificatemanager: update the api 40bf958 (e691ed3) civicinfo: update the api 95321d9 (e691ed3) cloudasset: update the api 3eee9ca (e691ed3) clouddeploy: update the api acd6b20 (e691ed3) container: update the api 7c592ee (e691ed3) dataflow: update the api 53c9c70 (e691ed3) dataproc: update the api 3119767 (e691ed3) datastream: update the api aea557f (e691ed3) documentai: update the api 9a6bad2 (e691ed3) file: update the api b527c56 (e691ed3) firebaseappcheck: update the api 3be993a (e691ed3) gkehub: update the api a77aded (e691ed3) logging: update the api cc08e8e (e691ed3) policytroubleshooter: update the api 3f20c2e (e691ed3) prod_tt_sasportal: update the api bacc9ef (e691ed3) run: update the api 1b566dc (e691ed3) servicemanagement: update the api 6d783b7 (e691ed3) vmmigration: update the api a0b42c2 (e691ed3) Signed-off-by: Xu Huan <xuhuan.fnst@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] = "375ce07994fdc187b25cc86788048ad30f8d55ff077d5e34cfcd6cbbea697128"
|
|
|
|
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 \
|
|
"
|