python3-pytest: add missing tomllib RDEPENDS

Pytest can call tomllib (for example, when running the
python3-cryptography tests), so add it as a RDEPENDS.

(From OE-Core rev: 2bc8c7135045cea2d95990df7df96f271a609758)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2023-05-02 13:54:16 +01:00
committed by Richard Purdie
parent 5caf9e375f
commit 0d8b76c74f

View File

@@ -26,6 +26,7 @@ RDEPENDS:${PN} += " \
${PYTHON_PN}-py \
${PYTHON_PN}-setuptools \
${PYTHON_PN}-six \
${PYTHON_PN}-tomllib \
${PYTHON_PN}-wcwidth \
"