diff options
author | wangmy <wangmy@fujitsu.com> | 2021-11-10 12:06:09 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-11 06:36:05 -0800 |
commit | c24ba0d0ef0ddcffca0b89c8ac3279cff9075f12 (patch) | |
tree | 550972d29c2bce77b915cdc2a8237d429885c838 /meta-python/recipes-devtools/python/python3-google-api-python-client_2.30.0.bb | |
parent | f0d9f528292e5e8339aed9a45cce303f4a4b4c66 (diff) | |
download | meta-openembedded-c24ba0d0ef0ddcffca0b89c8ac3279cff9075f12.tar.gz |
python3-google-api-python-client: upgrade 2.28.0 -> 2.30.0
Features
androidmanagement: update the api be2e5dd (5dcb723)
appengine: update the api 4535ce5 (5dcb723)
artifactregistry: update the api 882fdb3 (5dcb723)
chromepolicy: update the api c330a6f (5dcb723)
cloudidentity: update the api d0f0527 (5dcb723)
composer: update the api 2bfa5a1 (5dcb723)
compute: update the api b917688 (5dcb723)
datastream: update the api 218521c (5dcb723)
dns: update the api 540233d (5dcb723)
healthcare: update the api 1e029c8 (5dcb723)
ondemandscanning: update the api 9f998b4 (5dcb723)
osconfig: update the api 59cea85 (5dcb723)
paymentsresellersubscription: update the api efb5b4f (5dcb723)
privateca: update the api b4ae2c8 (5dcb723)
recommender: update the api 8dffae4 (5dcb723)
retail: update the api f711074 (5dcb723)
storagetransfer: update the api c835926 (5dcb723)
streetviewpublish: update the api 35f0b1b (5dcb723)
translate: update the api 1f848a5 (5dcb723)
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.30.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-google-api-python-client_2.30.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.30.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.30.0.bb new file mode 100644 index 0000000000..e1f7040e4f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.30.0.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "The Google API Client for Python is a client library for accessing the Plus, \ | ||
2 | Moderator, and many other Google APIs." | ||
3 | HOMEPAGE = "https://github.com/googleapis/google-api-python-client" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
6 | |||
7 | SRC_URI[sha256sum] = "d46418a296f8ee309b2044791aeffae512cb1a9d9bfb3def2bfb37058f01c645" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | RDEPENDS:${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 | " | ||