From: Trevor Gamblin Date: Tue, 18 Jul 2023 18:13:30 +0000 (-0400) Subject: python3-editables: add python3-io to RDEPENDS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d73136998f867663f1be0f28bce93ffbd993258;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-editables: add python3-io to RDEPENDS editables needs the ipaddress module to function, so add python3-io to the RDEPENDS list. Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-editables_0.3.bb b/meta/recipes-devtools/python/python3-editables_0.3.bb index b42ff068728..93fa1956370 100644 --- a/meta/recipes-devtools/python/python3-editables_0.3.bb +++ b/meta/recipes-devtools/python/python3-editables_0.3.bb @@ -8,4 +8,8 @@ SRC_URI[sha256sum] = "167524e377358ed1f1374e61c268f0d7a4bf7dbd046c656f7b410cde16 inherit pypi python_setuptools_build_meta +RDEPENDS:${PN} += "\ + python3-io \ +" + BBCLASSEXTEND = "native nativesdk"