mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
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:
@@ -101,6 +101,7 @@ RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-pytest-subtests \
|
||||
${PYTHON_PN}-pytz \
|
||||
${PYTHON_PN}-tomli \
|
||||
"
|
||||
|
||||
inherit ptest
|
||||
|
||||
Reference in New Issue
Block a user