mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
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>
This commit is contained in:
@@ -20,5 +20,6 @@ DEPENDS += " \
|
|||||||
RDEPENDS:${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
python3-modules \
|
python3-modules \
|
||||||
python3-mypy-extensions \
|
python3-mypy-extensions \
|
||||||
|
python3-pathspec \
|
||||||
python3-typing-extensions \
|
python3-typing-extensions \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user