From 28f14d5d195ba45ea0e72ecf33c40ac3773d3b66 Mon Sep 17 00:00:00 2001 From: Esben Haabendal Date: Tue, 20 Aug 2024 12:58:28 +0200 Subject: netplan: add missing runtime dependencies The json module is used in several cli commands. The fcntl module is used in terminal input handling. Signed-off-by: Esben Haabendal Signed-off-by: Khem Raj (cherry picked from commit cb50c930964bac0394020949c7efe0a4a06f3b89) Signed-off-by: Armin Kuster --- .../meta-python/recipes-connectivity/netplan/netplan_1.0.bb | 1 + 1 file changed, 1 insertion(+) 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 229414718c..cf8d6d19e7 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 \ " -- cgit v1.2.3-54-g00ecf