From: Richard Purdie Date: Mon, 14 Mar 2022 11:25:23 +0000 (+0000) Subject: python3-cryptography: Add missing ptest tomli dependency X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4776 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb75f5b64146912f4e312eb1fe00162169ae70fa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 69eeeb1e968..09f940272a4 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