diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-10-29 11:42:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-01 05:41:29 -0700 |
commit | 27ccd59dc1b7c74f11fdcaa7d45f52f3432479c1 (patch) | |
tree | 1f9da5ed012636ba5655eb5c24db9dc06c7b35c5 /meta-python/recipes-devtools/python/python3-google-api-core_2.2.0.bb | |
parent | 5994d4f070db0a5f2df2da6049f73b3aaace65c5 (diff) | |
download | meta-openembedded-27ccd59dc1b7c74f11fdcaa7d45f52f3432479c1.tar.gz |
python3-google-api-core: update to 2.2.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.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-core_2.2.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-google-api-core_2.2.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.2.0.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.2.0.bb new file mode 100644 index 0000000000..d6293613b7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.2.0.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | DESCRIPTION = "Google API client core library" | ||
2 | HOMEPAGE = "https://github.com/googleapis/python-api-core" | ||
3 | AUTHOR = "Google LLC" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
6 | |||
7 | inherit pypi setuptools3 | ||
8 | |||
9 | SRC_URI[sha256sum] = "dca67b5e369a5127ec00c8ea02de48517e39c1aad882e2e6d85da8050520cab6" | ||
10 | |||
11 | RDEPENDS:${PN} += "\ | ||
12 | ${PYTHON_PN}-asyncio \ | ||
13 | ${PYTHON_PN}-datetime \ | ||
14 | ${PYTHON_PN}-logging \ | ||
15 | ${PYTHON_PN}-math \ | ||
16 | " | ||
17 | |||
18 | RDEPENDS:${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 | " | ||