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:08 +0000
commit2e1cb386f93f28f8108901b954d31e0eb69cfced (patch)
tree5a4ee2115e627805050c36d5fa47ba2a31ec24bb
parenta5d252eea3e5a1196d1c72bfdeef4c61b898cedb (diff)
downloadpoky-2e1cb386f93f28f8108901b954d31e0eb69cfced.tar.gz
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>
-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 += " \
101 ${PYTHON_PN}-pytest \ 101 ${PYTHON_PN}-pytest \
102 ${PYTHON_PN}-pytest-subtests \ 102 ${PYTHON_PN}-pytest-subtests \
103 ${PYTHON_PN}-pytz \ 103 ${PYTHON_PN}-pytz \
104 ${PYTHON_PN}-tomli \
104" 105"
105 106
106inherit ptest 107inherit ptest