From 2e1cb386f93f28f8108901b954d31e0eb69cfced Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 14 Mar 2022 11:25:23 +0000 Subject: python3-cryptography: Add missing ptest tomli dependency Add missing tomli runtime dependency to allow ptests to execute. (From OE-Core rev: eb75f5b64146912f4e312eb1fe00162169ae70fa) Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-cryptography_36.0.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/python/python3-cryptography_36.0.1.bb') 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 -- cgit v1.2.3-54-g00ecf