diff mbox series

[meta-python,1/3] python3-mypy: when checking the package in an image `pip check` reports python3-pathspec as a missing dependency

Message ID 20260208001139.1767114-2-t.f.g.geelen@gmail.com
State Under Review
Headers show
Series [meta-python,1/3] python3-mypy: when checking the package in an image `pip check` reports python3-pathspec as a missing dependency | expand

Commit Message

Tom Geelen Feb. 8, 2026, 12:11 a.m. UTC
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
---
 meta-python/recipes-devtools/python/python3-mypy_1.17.0.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-mypy_1.17.0.bb b/meta-python/recipes-devtools/python/python3-mypy_1.17.0.bb
index 94aaabde4e..419de2570a 100644
--- a/meta-python/recipes-devtools/python/python3-mypy_1.17.0.bb
+++ b/meta-python/recipes-devtools/python/python3-mypy_1.17.0.bb
@@ -20,5 +20,6 @@  DEPENDS += " \
 RDEPENDS:${PN} += " \
     python3-modules \
     python3-mypy-extensions \
+    python3-pathspec \
     python3-typing-extensions \
 "