diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-10-16 00:58:10 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-18 09:49:37 -0700 |
| commit | b60a41a7ce5f99dd89eef830ff6a2fdcbc5c4891 (patch) | |
| tree | 5b1eb700c1f0a9278c99a5baba3d9f4716c7230a /meta-python/recipes-devtools/python/python3-google-api-core_2.1.1.bb | |
| parent | db6bddc87db6afe1f0437aa1fc59c2d0ecbf7f35 (diff) | |
| download | meta-openembedded-b60a41a7ce5f99dd89eef830ff6a2fdcbc5c4891.tar.gz | |
python3-google-api-core: update to 2.1.1
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.1.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-google-api-core_2.1.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.1.1.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.1.1.bb new file mode 100644 index 0000000000..34489af727 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.1.1.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] = "646d9399c3c478fe475cfe523e84572ab31a340814ea977fb2774eca5a6549a2" | ||
| 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 | " | ||
