diff options
| author | Derek Straka <derek@asterius.io> | 2023-09-29 21:07:46 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-10-04 07:52:48 -0700 |
| commit | c108b7bb083805cd81dc40e7471d804beb535e87 (patch) | |
| tree | c6ad8eef2eb64286de7c324f032bd11c6354df71 /meta-python/recipes-devtools/python/python3-google-api-core_2.12.0.bb | |
| parent | a4747f119a0a933bcb4dc4d05c961a990da9fa65 (diff) | |
| download | meta-openembedded-c108b7bb083805cd81dc40e7471d804beb535e87.tar.gz | |
python3-google-api-core: update version 2.12.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit cfbcaa92efdf21d6a08dd61675a18cc138e9d21d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-google-api-core_2.12.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-google-api-core_2.12.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.12.0.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.12.0.bb new file mode 100644 index 0000000000..28c6a7989c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.12.0.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] = "c22e01b1e3c4dcd90998494879612c38d0a3411d1f7b679eb89e2abe3ce1f553" | ||
| 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 | " | ||
