diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-22 23:18:15 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-23 10:29:23 -0700 |
commit | 9831b442f04dd063edfac827d126bd15a81a9ba8 (patch) | |
tree | dc3a1e3182727ed272c825beee3a23214efde642 /meta-python/recipes-devtools/python | |
parent | 714b3adc3a92d42370a0ea57a9744ad2d031db7f (diff) | |
download | meta-openembedded-9831b442f04dd063edfac827d126bd15a81a9ba8.tar.gz |
python3-typeguard: Add missing rdep on pathspec for ptests
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-typeguard_4.4.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb index 83dc52ca19..812288881d 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb | |||
@@ -18,6 +18,7 @@ RDEPENDS:${PN}-ptest += " \ | |||
18 | python3-typing-extensions \ | 18 | python3-typing-extensions \ |
19 | python3-unixadmin \ | 19 | python3-unixadmin \ |
20 | python3-mypy \ | 20 | python3-mypy \ |
21 | python3-pathspec \ | ||
21 | " | 22 | " |
22 | 23 | ||
23 | DEPENDS += "\ | 24 | DEPENDS += "\ |