summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-03-03 22:27:15 +0300
committerKhem Raj <raj.khem@gmail.com>2024-03-03 13:38:57 -0800
commitd1b630342e8c1a81e0fda6ff5de2b8febd9634e5 (patch)
treef3881d39febda498dee6dab7c421087c6f42e04e /meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb
parent2562addd103a4d687224bb8eccebd2c5c14be62f (diff)
downloadmeta-openembedded-d1b630342e8c1a81e0fda6ff5de2b8febd9634e5.tar.gz
python3-google-auth: upgrade 2.28.0 -> 2.28.1
Changelog: ========== Bug Fixes: Typo when setting the state for the pickle deserializer Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb
deleted file mode 100644
index 5799db43ba..0000000000
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb
+++ /dev/null
@@ -1,26 +0,0 @@
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
7
8SRC_URI[sha256sum] = "3cfc1b6e4e64797584fb53fc9bd0b7afa9b7c0dba2004fa7dcc9349e58cc3195"
9
10RDEPENDS:${PN} += "\
11 python3-asyncio \
12 python3-datetime \
13 python3-io \
14 python3-json \
15 python3-logging \
16 python3-netclient \
17 python3-numbers \
18"
19
20RDEPENDS:${PN} += "\
21 python3-aiohttp \
22 python3-cachetools \
23 python3-pyasn1-modules \
24 python3-rsa \
25 python3-six \
26"