summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-01-01 20:45:17 -0800
committerKhem Raj <raj.khem@gmail.com>2025-01-01 20:46:47 -0800
commit80650fefd60e7cde42eb57d55ed74cb8523ce89a (patch)
treecef7b17fc69bb2d1faf532d9b5c2f774859c46e1 /meta-python
parent5a4b76b6aa5d3c691b00065bed377294e2df9619 (diff)
downloadmeta-openembedded-80650fefd60e7cde42eb57d55ed74cb8523ce89a.tar.gz
python3-google-auth: Add missing dep on python3-pyjwt
this is needed for ptests to run Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-google-auth_2.37.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.37.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.37.0.bb
index 57621588ce..fa7e94a7e5 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.37.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.37.0.bb
@@ -20,6 +20,7 @@ RDEPENDS:${PN}-ptest += " \
20 python3-freezegun \ 20 python3-freezegun \
21 python3-grpcio \ 21 python3-grpcio \
22 python3-mock \ 22 python3-mock \
23 python3-pyjwt \
23 python3-pyopenssl \ 24 python3-pyopenssl \
24 python3-pytest \ 25 python3-pytest \
25 python3-pytest-asyncio \ 26 python3-pytest-asyncio \