summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-google-api-python-client_2.19.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2021-09-06 09:17:58 +0800
committerKhem Raj <raj.khem@gmail.com>2021-09-07 10:02:11 -0700
commit6c2f011ca26e9532573a305c47503f0e81f7a050 (patch)
tree4eba20475d581bab5105f77c0420e75ab277d9ac /meta-python/recipes-devtools/python/python3-google-api-python-client_2.19.1.bb
parent5609ec473cc8c62682044959e4ef18ef16d9667d (diff)
downloadmeta-openembedded-6c2f011ca26e9532573a305c47503f0e81f7a050.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-google-api-python-client_2.19.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-google-api-python-client_2.19.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.19.1.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.19.1.bb
new file mode 100644
index 0000000000..564058e98f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.19.1.bb
@@ -0,0 +1,20 @@
1SUMMARY = "The Google API Client for Python is a client library for accessing the Plus, \
2Moderator, and many other Google APIs."
3HOMEPAGE = "https://github.com/googleapis/google-api-python-client"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
6
7SRC_URI[sha256sum] = "c89b345615188fbd525f52d59013156ad3bfd1023af27041f2dec3d7877ba112"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} += "\
12 ${PYTHON_PN}-logging \
13 ${PYTHON_PN}-six \
14 ${PYTHON_PN}-json \
15 ${PYTHON_PN}-core \
16 ${PYTHON_PN}-netclient \
17 ${PYTHON_PN}-httplib2 \
18 ${PYTHON_PN}-uritemplate \
19 ${PYTHON_PN}-google-api-core \
20"