From 90cae902ec1189cec2e4e6f1b16bca9964ec99a6 Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Sun, 8 Feb 2026 01:11:38 +0100 Subject: [PATCH] python3-mypy: when checking the package in an image `pip check` reports python3-pathspec as a missing dependency Signed-off-by: Tom Geelen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-mypy_1.17.0.bb | 1 + 1 file changed, 1 insertion(+) 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 \ "