diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-01 22:50:54 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-02 11:28:52 -0700 |
| commit | 583938a0945162d3671f11a315e3be74a21642db (patch) | |
| tree | 1eb60963f7b1793dacc0806a5484e6b307006ce7 /meta-python/recipes-devtools/python/python3-google-auth_2.29.0.bb | |
| parent | 2a9127a51ec32db6ae6a81a6f401b312550012d8 (diff) | |
| download | meta-openembedded-583938a0945162d3671f11a315e3be74a21642db.tar.gz | |
python3-google-auth: upgrade 2.28.2 -> 2.29.0
Changelog:
===========
-Adds support for custom suppliers in AWS and Identity Pool credentials
-Refactor tech debt in aws and identity pool credentials
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-auth_2.29.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-google-auth_2.29.0.bb | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.29.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.29.0.bb new file mode 100644 index 0000000000..e8d438df02 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.29.0.bb | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | DESCRIPTION = "Google Authentication Library" | ||
| 2 | HOMEPAGE = "https://github.com/googleapis/google-auth-library-python" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 ptest | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "672dff332d073227550ffc7457868ac4218d6c500b155fe6cc17d2b13602c360" | ||
| 9 | |||
| 10 | SRC_URI += " \ | ||
| 11 | file://run-ptest \ | ||
| 12 | " | ||
| 13 | |||
| 14 | RDEPENDS:${PN}-ptest += " \ | ||
| 15 | python3-cryptography \ | ||
| 16 | python3-flask \ | ||
| 17 | python3-freezegun \ | ||
| 18 | python3-grpcio \ | ||
| 19 | python3-mock \ | ||
| 20 | python3-oauth2client \ | ||
| 21 | python3-pyopenssl \ | ||
| 22 | python3-pytest \ | ||
| 23 | python3-pytest-localserver \ | ||
| 24 | python3-pyu2f \ | ||
| 25 | python3-requests \ | ||
| 26 | python3-responses \ | ||
| 27 | python3-unittest-automake-output \ | ||
| 28 | python3-unixadmin \ | ||
| 29 | " | ||
| 30 | |||
| 31 | do_install_ptest() { | ||
| 32 | install -d ${D}${PTEST_PATH}/tests | ||
| 33 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 34 | } | ||
| 35 | |||
| 36 | RDEPENDS:${PN} += "\ | ||
| 37 | python3-cachetools \ | ||
| 38 | python3-json \ | ||
| 39 | python3-pyasn1-modules \ | ||
| 40 | python3-rsa \ | ||
| 41 | " | ||
