summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-19 14:48:15 +0800
committerKhem Raj <raj.khem@gmail.com>2023-06-19 10:24:49 -0700
commitc361dd18ad8ff0b5aec81a106c0cbf613da67018 (patch)
tree954d3b8eb16b07e43667a4a34ff7a78051f5b21b /meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb
parent5d1701a3d984cc152d2dd2f8381777e55b59bea0 (diff)
downloadmeta-openembedded-c361dd18ad8ff0b5aec81a106c0cbf613da67018.tar.gz
python3-google-api-core: upgrade 2.11.0 -> 2.11.1
Bug Fixes ========== Add actionable errors for GCE long running operations Invalid dev version identifiers in setup.py Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb
new file mode 100644
index 0000000000..8ac34e6398
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb
@@ -0,0 +1,26 @@
1DESCRIPTION = "Google API client core library"
2HOMEPAGE = "https://github.com/googleapis/python-api-core"
3AUTHOR = "Google LLC"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7inherit pypi setuptools3
8
9SRC_URI[sha256sum] = "25d29e05a0058ed5f19c61c0a78b1b53adea4d9364b464d014fbda941f6d1c9a"
10
11RDEPENDS:${PN} += "\
12 ${PYTHON_PN}-asyncio \
13 ${PYTHON_PN}-datetime \
14 ${PYTHON_PN}-logging \
15 ${PYTHON_PN}-math \
16"
17
18RDEPENDS:${PN} += "\
19 ${PYTHON_PN}-googleapis-common-protos \
20 ${PYTHON_PN}-google-auth \
21 ${PYTHON_PN}-grpcio \
22 ${PYTHON_PN}-protobuf \
23 ${PYTHON_PN}-pytz \
24 ${PYTHON_PN}-requests \
25 ${PYTHON_PN}-six \
26"