diff mbox series

python3-pytest: add missing tomllib RDEPENDS

Message ID 20230502125416.1430729-1-ross.burton@arm.com
State Accepted, archived
Commit 2bc8c7135045cea2d95990df7df96f271a609758
Headers show
Series python3-pytest: add missing tomllib RDEPENDS | expand

Commit Message

Ross Burton May 2, 2023, 12:54 p.m. UTC
Pytest can call tomllib (for example, when running the
python3-cryptography tests), so add it as a RDEPENDS.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-pytest_7.3.1.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pytest_7.3.1.bb b/meta/recipes-devtools/python/python3-pytest_7.3.1.bb
index 9965844d1ad..914ea553464 100644
--- a/meta/recipes-devtools/python/python3-pytest_7.3.1.bb
+++ b/meta/recipes-devtools/python/python3-pytest_7.3.1.bb
@@ -26,6 +26,7 @@  RDEPENDS:${PN} += " \
     ${PYTHON_PN}-py \
     ${PYTHON_PN}-setuptools \
     ${PYTHON_PN}-six \
+    ${PYTHON_PN}-tomllib \
     ${PYTHON_PN}-wcwidth \
 "