summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-google-api-core_2.19.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-07-01 14:43:50 +0800
committerKhem Raj <raj.khem@gmail.com>2024-07-01 08:02:00 -0700
commitc0b7a644474ce9931d0a526d50fc15655c08f4c2 (patch)
tree8dc0cd9d989aebc1156de0d1d47e8316759bd909 /meta-python/recipes-devtools/python/python3-google-api-core_2.19.1.bb
parent174aa348767865a8512d5da1f899ef8cc2343557 (diff)
downloadmeta-openembedded-c0b7a644474ce9931d0a526d50fc15655c08f4c2.tar.gz
python3-google-api-core: upgrade 2.19.0 -> 2.19.1
Changelog: =========== - Add support for protobuf 5.x - Ignore unknown fields in rest streaming. 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.19.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-google-api-core_2.19.1.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.19.1.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.19.1.bb
new file mode 100644
index 0000000000..f21b41aab7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.19.1.bb
@@ -0,0 +1,25 @@
1DESCRIPTION = "Google API client core library"
2HOMEPAGE = "https://github.com/googleapis/python-api-core"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5
6inherit pypi setuptools3
7
8SRC_URI[sha256sum] = "f4695f1e3650b316a795108a76a1c416e6afb036199d1c1f1f110916df479ffd"
9
10RDEPENDS:${PN} += "\
11 python3-asyncio \
12 python3-datetime \
13 python3-logging \
14 python3-math \
15"
16
17RDEPENDS:${PN} += "\
18 python3-googleapis-common-protos \
19 python3-google-auth \
20 python3-grpcio \
21 python3-protobuf \
22 python3-pytz \
23 python3-requests \
24 python3-six \
25"