diff mbox series

[3/3] python3-editables: add python3-io to RDEPENDS

Message ID 20230718180021.2934900-3-tgamblin@baylibre.com
State Accepted, archived
Commit 2d73136998f867663f1be0f28bce93ffbd993258
Headers show
Series [1/3] python3-trove-classifiers: upgrade 2023.5.24 -> 2023.7.6 | expand

Commit Message

Trevor Gamblin July 18, 2023, 6 p.m. UTC
editables needs the ipaddress module to function, so add python3-io to
the RDEPENDS list.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 meta/recipes-devtools/python/python3-editables_0.3.bb | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-editables_0.3.bb b/meta/recipes-devtools/python/python3-editables_0.3.bb
index b42ff06872..79d7fcaaf0 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"