diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-06 16:42:59 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:11 -0800 |
| commit | 39c5f67eae6fbb3555b1e33ab7d2b32b8d0945bd (patch) | |
| tree | 1c74d2c6cb44a7f24d2c1f694cd1c0a132abf842 /meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb | |
| parent | 403ee4b64231f94445e98796339ff1907c7ea65f (diff) | |
| download | meta-openembedded-39c5f67eae6fbb3555b1e33ab7d2b32b8d0945bd.tar.gz | |
python3-google-api-core: upgrade 2.16.1 -> 2.16.2
Changelog:
Spelling error a,out -> amount
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.16.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb new file mode 100644 index 0000000000..4d13b2e78e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.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] = "032d37b45d1d6bdaf68fb11ff621e2593263a239fa9246e2e94325f9c47876d2" | ||
| 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 | " | ||
