diff options
author | Esben Haabendal <esben@geanix.com> | 2024-08-20 12:58:28 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-08-21 16:45:37 -0400 |
commit | 28f14d5d195ba45ea0e72ecf33c40ac3773d3b66 (patch) | |
tree | 31aab5abe09ccb82b80e607902aefa486860ad5f | |
parent | 17aacc80f78f2a6aee45d564ec309a0874774387 (diff) | |
download | meta-openembedded-28f14d5d195ba45ea0e72ecf33c40ac3773d3b66.tar.gz |
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 <esben@geanix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit cb50c930964bac0394020949c7efe0a4a06f3b89)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
34 | 34 | ||
35 | RDEPENDS:${PN} = "python3-core python3-netifaces python3-pyyaml \ | 35 | RDEPENDS:${PN} = "python3-core python3-netifaces python3-pyyaml \ |
36 | python3-dbus python3-rich python3-cffi \ | 36 | python3-dbus python3-rich python3-cffi \ |
37 | python3-json python3-fcntl \ | ||
37 | util-linux-libuuid libnetplan \ | 38 | util-linux-libuuid libnetplan \ |
38 | " | 39 | " |
39 | 40 | ||