diff mbox series

[meta-oe,scarthgap] netplan: add missing runtime dependencies

Message ID 10bf18809e0f45290e2d5e4facb2dd65a6b9caee.1724151195.git.esben@geanix.com
State New
Headers show
Series [meta-oe,scarthgap] netplan: add missing runtime dependencies | expand

Commit Message

Esben Haabendal Aug. 20, 2024, 10:58 a.m. UTC
The json module is used in several cli commands.

The fcntl module is used in terminal input handling.

Signed-off-by: Esben Haabendal <esben@geanix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit cb50c930964bac0394020949c7efe0a4a06f3b89)
---
 .../meta-python/recipes-connectivity/netplan/netplan_1.0.bb      | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.0.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.0.bb
index 229414718c06..cf8d6d19e711 100644
--- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.0.bb
+++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.0.bb
@@ -34,6 +34,7 @@  EXTRA_OEMESON = "-Dunit_testing=false"
 
 RDEPENDS:${PN} = "python3-core python3-netifaces python3-pyyaml \
                   python3-dbus python3-rich python3-cffi \
+                  python3-json python3-fcntl \
                   util-linux-libuuid libnetplan \
                  "