]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-cryptography: Add missing ptest tomli dependency
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Mar 2022 11:25:23 +0000 (11:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Mar 2022 08:40:11 +0000 (08:40 +0000)
Add missing tomli runtime dependency to allow ptests to execute.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-cryptography_36.0.1.bb

index 69eeeb1e9683db4015d38d9587e0ad0f84c7c21e..09f940272a46aac1b7db754ba346b5678243ec30 100644 (file)
@@ -101,6 +101,7 @@ RDEPENDS:${PN}-ptest += " \
     ${PYTHON_PN}-pytest \
     ${PYTHON_PN}-pytest-subtests \
     ${PYTHON_PN}-pytz \
+    ${PYTHON_PN}-tomli \
 "
 
 inherit ptest