summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorTom Geelen <t.f.g.geelen@gmail.com>2026-02-08 01:11:38 +0100
committerKhem Raj <raj.khem@gmail.com>2026-02-07 19:01:52 -0800
commit90cae902ec1189cec2e4e6f1b16bca9964ec99a6 (patch)
tree0fa2d4959c69c084b58c87de6b40198323af3b19 /meta-python/recipes-devtools/python
parentbb5dfc426cfa64797993b26dd429cd978d3e2583 (diff)
downloadmeta-openembedded-90cae902ec1189cec2e4e6f1b16bca9964ec99a6.tar.gz
python3-mypy: when checking the package in an image `pip check` reports python3-pathspec as a missing dependency
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-mypy_1.17.0.bb1
1 files changed, 1 insertions, 0 deletions
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 += " \
20RDEPENDS:${PN} += " \ 20RDEPENDS:${PN} += " \
21 python3-modules \ 21 python3-modules \
22 python3-mypy-extensions \ 22 python3-mypy-extensions \
23 python3-pathspec \
23 python3-typing-extensions \ 24 python3-typing-extensions \
24" 25"