diff options
| author | Derek Straka <derek@asterius.io> | 2024-02-02 20:08:59 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-02 13:44:19 -0800 |
| commit | b09e0bc055ffd1aed577f34361cb7f9fa05bf5b0 (patch) | |
| tree | 3b599797846665dc742f7c078e6d80b49a3a0710 /meta-python/recipes-devtools/python/python3-google-api-core_2.16.1.bb | |
| parent | fe658dde0658111a24ea023f60608502f64724a8 (diff) | |
| download | meta-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.bb | 25 |
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 @@ | |||
| 1 | DESCRIPTION = "Google API client core library" | ||
| 2 | HOMEPAGE = "https://github.com/googleapis/python-api-core" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "7f668ffa3d5b9f3c6930407e5f5d691c05a376050a5a5fd772b9dc32e70a0c30" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "\ | ||
| 11 | ${PYTHON_PN}-asyncio \ | ||
| 12 | ${PYTHON_PN}-datetime \ | ||
| 13 | ${PYTHON_PN}-logging \ | ||
| 14 | ${PYTHON_PN}-math \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS:${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 | " | ||
