summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-14 11:25:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-16 08:48:04 +0000
commiteb75f5b64146912f4e312eb1fe00162169ae70fa (patch)
tree010907959714aa9f40e9483181ed76c52c3b2c26
parentb32917b113df6dce0200d35dd1b539279635d524 (diff)
downloadopenembedded-core-contrib-eb75f5b64146912f4e312eb1fe00162169ae70fa.tar.gz
python3-cryptography: Add missing ptest tomli dependency
Add missing tomli runtime dependency to allow ptests to execute. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-cryptography_36.0.1.bb1
1 files changed, 1 insertions, 0 deletions
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