mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
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 cb50c93096)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
17aacc80f7
commit
28f14d5d19
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user