[meta-python][PATCH 06/12] python3-google-auth-oauthlib: add python3-cryptography to ptest RDEPENDS
Khem Raj <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Khem Raj <[email protected]> Needed by the ptest suite. Signed-off-by: Khem Raj <[email protected]> --- .../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 \