summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-editables_0.3.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2023-07-18 14:13:30 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-19 18:00:29 +0100
commit2d73136998f867663f1be0f28bce93ffbd993258 (patch)
treebaf7a002d0a7fb24428fa80aff8b3821218d1e49 /meta/recipes-devtools/python/python3-editables_0.3.bb
parent7fc8d0bb1f237140d9b4070eb8cc9413f809361f (diff)
downloadopenembedded-core-contrib-2d73136998f867663f1be0f28bce93ffbd993258.tar.gz
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 <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-editables_0.3.bb')
-rw-r--r--meta/recipes-devtools/python/python3-editables_0.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-editables_0.3.bb b/meta/recipes-devtools/python/python3-editables_0.3.bb
index b42ff06872..93fa195637 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"