From: Richard Purdie Date: Mon, 14 Mar 2022 11:25:23 +0000 (+0000) Subject: python3-cryptography: Add missing ptest tomli dependency X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4edfd9c920888652f2ebdb5589e52e9a3f69d042;p=openembedded-core.git python3-cryptography: Add missing ptest tomli dependency Add missing tomli runtime dependency to allow ptests to execute. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-cryptography_36.0.1.bb b/meta/recipes-devtools/python/python3-cryptography_36.0.1.bb index 69eeeb1e96..09f940272a 100644 --- a/meta/recipes-devtools/python/python3-cryptography_36.0.1.bb +++ b/meta/recipes-devtools/python/python3-cryptography_36.0.1.bb @@ -101,6 +101,7 @@ RDEPENDS:${PN}-ptest += " \ ${PYTHON_PN}-pytest \ ${PYTHON_PN}-pytest-subtests \ ${PYTHON_PN}-pytz \ + ${PYTHON_PN}-tomli \ " inherit ptest