diff mbox series

[5/6] python3-pytest: add python3-misc to RDEPENDS

Message ID 20251204180945.3112334-6-tgamblin@baylibre.com
State New
Headers show
Series python3: upgrade to 3.14.0 | expand

Commit Message

Trevor Gamblin Dec. 4, 2025, 6:09 p.m. UTC
pytest depends on the annotationlib module, which is in the python3-misc
split. Without this, many of the other packages' ptests will fail right
away when pytest tries to import the missing module.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 meta/recipes-devtools/python/python3-pytest_8.4.2.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pytest_8.4.2.bb b/meta/recipes-devtools/python/python3-pytest_8.4.2.bb
index d85033cd1f..baf72a31d9 100644
--- a/meta/recipes-devtools/python/python3-pytest_8.4.2.bb
+++ b/meta/recipes-devtools/python/python3-pytest_8.4.2.bb
@@ -17,6 +17,7 @@  RDEPENDS:${PN} += " \
     python3-doctest \
     python3-iniconfig \
     python3-json \
+    python3-misc \
     python3-packaging \
     python3-pluggy \
     python3-pygments \