summaryrefslogtreecommitdiffstats
path: root/meta
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:32 +0100
commitd101e64b1c2be0e16769e7d3b856e4a85cbaaf68 (patch)
tree8c98c3f18655904fc84e29725a27d4eb62b1b50d /meta
parentbe9fa59b67cc077245e607d7f47b86a8e90585d4 (diff)
downloadpoky-d101e64b1c2be0e16769e7d3b856e4a85cbaaf68.tar.gz
python3-editables: add python3-io to RDEPENDS
editables needs the ipaddress module to function, so add python3-io to the RDEPENDS list. (From OE-Core rev: 2d73136998f867663f1be0f28bce93ffbd993258) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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
8 8
9inherit pypi python_setuptools_build_meta 9inherit pypi python_setuptools_build_meta
10 10
11RDEPENDS:${PN} += "\
12 python3-io \
13"
14
11BBCLASSEXTEND = "native nativesdk" 15BBCLASSEXTEND = "native nativesdk"