From: Ross Burton Date: Tue, 23 Jul 2024 14:51:09 +0000 (+0100) Subject: python3-beartype: add missing RDEPENDS X-Git-Tag: yocto-5.1~526 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b373c01661df245c34073acb6c962a5f6fee94de;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 --- 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"