summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-google-api-core_2.16.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2024-02-02 20:08:59 +0000
committerKhem Raj <raj.khem@gmail.com>2024-02-02 13:44:19 -0800
commitb09e0bc055ffd1aed577f34361cb7f9fa05bf5b0 (patch)
tree3b599797846665dc742f7c078e6d80b49a3a0710 /meta-python/recipes-devtools/python/python3-google-api-core_2.16.1.bb
parentfe658dde0658111a24ea023f60608502f64724a8 (diff)
downloadmeta-openembedded-b09e0bc055ffd1aed577f34361cb7f9fa05bf5b0.tar.gz
python3-google-api-core: update to version 2.16.1
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-google-api-core_2.16.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-google-api-core_2.16.1.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.16.1.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.16.1.bb
new file mode 100644
index 0000000000..6c2511885d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.16.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] = "7f668ffa3d5b9f3c6930407e5f5d691c05a376050a5a5fd772b9dc32e70a0c30"
9
10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-asyncio \
12 ${PYTHON_PN}-datetime \
13 ${PYTHON_PN}-logging \
14 ${PYTHON_PN}-math \
15"
16
17RDEPENDS:${PN} += "\
18 ${PYTHON_PN}-googleapis-common-protos \
19 ${PYTHON_PN}-google-auth \
20 ${PYTHON_PN}-grpcio \
21 ${PYTHON_PN}-protobuf \
22 ${PYTHON_PN}-pytz \
23 ${PYTHON_PN}-requests \
24 ${PYTHON_PN}-six \
25"