summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-google-auth_2.47.0.bb
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2026-01-13 14:29:37 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-13 08:28:58 -0800
commit6ad8b50af88fbfe185cea31fe9fea414d9ecd5a9 (patch)
tree60a1ba0ff45df2753a2140b4bedfeb47efa7e458 /meta-python/recipes-devtools/python/python3-google-auth_2.47.0.bb
parent584e70ca72350513014fb0da31cda4ec40d0b2c3 (diff)
downloadmeta-openembedded-6ad8b50af88fbfe185cea31fe9fea414d9ecd5a9.tar.gz
python3-google-auth: upgrade 2.45.0 -> 2.47.0
1. Changelog https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md 2. Drop 0001-make-the-TLS-tests-skip-when-pyopenssl-isn-t-availab.patch as it was merged upstream. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-google-auth_2.47.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-google-auth_2.47.0.bb46
1 files changed, 46 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.47.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.47.0.bb
new file mode 100644
index 0000000000..3b141006a5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.47.0.bb
@@ -0,0 +1,46 @@
1DESCRIPTION = "Google Authentication Library"
2HOMEPAGE = "https://github.com/googleapis/google-auth-library-python"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
5
6inherit pypi setuptools3 ptest
7
8SRC_URI += " \
9 file://0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch \
10 file://run-ptest \
11"
12SRC_URI[sha256sum] = "833229070a9dfee1a353ae9877dcd2dec069a8281a4e72e72f77d4a70ff945da"
13
14PYPI_PACKAGE = "google_auth"
15UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
16
17RDEPENDS:${PN}-ptest += " \
18 python3-aioresponses \
19 python3-cryptography \
20 python3-flask \
21 python3-freezegun \
22 python3-grpcio \
23 python3-mock \
24 python3-pyjwt \
25 python3-pyopenssl \
26 python3-pytest \
27 python3-pytest-asyncio \
28 python3-pytest-localserver \
29 python3-pyu2f \
30 python3-requests \
31 python3-responses \
32 python3-unittest-automake-output \
33 python3-unixadmin \
34"
35
36do_install_ptest() {
37 install -d ${D}${PTEST_PATH}/tests
38 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
39}
40
41RDEPENDS:${PN} += "\
42 python3-cachetools \
43 python3-json \
44 python3-pyasn1-modules \
45 python3-rsa \
46"