diff mbox series

[meta-python,06/12] python3-google-auth-oauthlib: add python3-cryptography to ptest RDEPENDS

Message ID 20260816232358.1947922-6-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-python,01/12] python3-cbor2: add tzdata/zoneinfo RDEPENDS for ptest | expand

Commit Message

Khem Raj Aug. 16, 2026, 11:23 p.m. UTC
From: Khem Raj <raj.khem@gmail.com>

Needed by the ptest suite.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-google-auth-oauthlib_1.4.0.bb b/meta-python/recipes-devtools/python/python3-google-auth-oauthlib_1.4.0.bb
index 3f56b5b45d..a6c16c4800 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth-oauthlib_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth-oauthlib_1.4.0.bb
@@ -16,6 +16,7 @@  SRC_URI += " \
 
 RDEPENDS:${PN}-ptest += " \
         python3-click \
+        python3-cryptography \
         python3-mock \
         python3-pytest \
         python3-unittest-automake-output \