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>
This commit is contained in:
Khem Raj 2025-01-01 20:45:17 -08:00
parent 5a4b76b6aa
commit 80650fefd6
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -20,6 +20,7 @@ RDEPENDS:${PN}-ptest += " \
python3-freezegun \
python3-grpcio \
python3-mock \
python3-pyjwt \
python3-pyopenssl \
python3-pytest \
python3-pytest-asyncio \