diff mbox series

[meta-python] python3-google-auth: Add missing dep on python3-pyjwt

Message ID 20250102044623.2076003-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python] python3-google-auth: Add missing dep on python3-pyjwt | expand

Commit Message

Khem Raj Jan. 2, 2025, 4:46 a.m. UTC
this is needed for ptests to run

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-devtools/python/python3-google-auth_2.37.0.bb        | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 += " \
         python3-freezegun \
         python3-grpcio \
         python3-mock \
+        python3-pyjwt \
         python3-pyopenssl \
         python3-pytest \
         python3-pytest-asyncio \