From b373c01661df245c34073acb6c962a5f6fee94de Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 23 Jul 2024 15:51:09 +0100 Subject: [PATCH] python3-beartype: add missing RDEPENDS These parts of the standard library are imported by beartype. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-beartype_0.18.5.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-beartype_0.18.5.bb b/meta/recipes-devtools/python/python3-beartype_0.18.5.bb index 04fbd3139fb..00554dd60c5 100644 --- a/meta/recipes-devtools/python/python3-beartype_0.18.5.bb +++ b/meta/recipes-devtools/python/python3-beartype_0.18.5.bb @@ -8,4 +8,6 @@ SRC_URI[sha256sum] = "264ddc2f1da9ec94ff639141fbe33d22e12a9f75aa863b83b7046ffff1 inherit setuptools3 pypi +RDEPENDS:${PN} += "python3-numbers python3-io" + BBCLASSEXTEND = "native nativesdk" -- 2.47.3