mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
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:
committed by
Richard Purdie
parent
5caf9e375f
commit
0d8b76c74f
@@ -26,6 +26,7 @@ RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-py \
|
||||
${PYTHON_PN}-setuptools \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-tomllib \
|
||||
${PYTHON_PN}-wcwidth \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user