summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:22:59 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commit83dcfaae48925232fde4c842325e76a5015b9d06 (patch)
tree304ac4b532ff31b889388fb2618192a16c4531ae /meta-python/recipes-devtools/python
parente79fafa8fc4c09a1f2fcd35c2bc90d99e511d42e (diff)
downloadmeta-openembedded-83dcfaae48925232fde4c842325e76a5015b9d06.tar.gz
python3-typeguard: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> 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.0.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb
index 54ba6120a..ca17e2b13 100644
--- a/meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb
@@ -11,6 +11,11 @@ SRC_URI += " \
11 file://run-ptest \ 11 file://run-ptest \
12" 12"
13 13
14RDEPENDS:${PN} += " \
15 python3-compression \
16 python3-unittest \
17"
18
14RDEPENDS:${PN}-ptest += " \ 19RDEPENDS:${PN}-ptest += " \
15 ${PYTHON_PN}-pytest \ 20 ${PYTHON_PN}-pytest \
16 ${PYTHON_PN}-typing-extensions \ 21 ${PYTHON_PN}-typing-extensions \