From c0f350ad3ef486c07c387e6727b50da62129f7ff Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 16 Aug 2026 08:52:11 +0200 Subject: [PATCH] python3-google-auth-oauthlib: add python3-cryptography to ptest RDEPENDS Needed by the ptest suite. Signed-off-by: Khem Raj --- .../python/python3-google-auth-oauthlib_1.4.0.bb | 1 + 1 file changed, 1 insertion(+) 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 \