From 83dcfaae48925232fde4c842325e76a5015b9d06 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:22:59 +0200 Subject: python3-typeguard: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-python/recipes-devtools/python') 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 54ba6120a8..ca17e2b135 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 += " \ file://run-ptest \ " +RDEPENDS:${PN} += " \ + python3-compression \ + python3-unittest \ +" + RDEPENDS:${PN}-ptest += " \ ${PYTHON_PN}-pytest \ ${PYTHON_PN}-typing-extensions \ -- cgit v1.2.3-54-g00ecf