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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2022-03-14 11:25:23 +00:00
parent a5d252eea3
commit 2e1cb386f9

View File

@@ -101,6 +101,7 @@ RDEPENDS:${PN}-ptest += " \
${PYTHON_PN}-pytest \
${PYTHON_PN}-pytest-subtests \
${PYTHON_PN}-pytz \
${PYTHON_PN}-tomli \
"
inherit ptest