mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 01:29:59 +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 cb50c930964bac0394020949c7efe0a4a06f3b89) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
17aacc80f7
commit
28f14d5d19
@ -34,6 +34,7 @@ EXTRA_OEMESON = "-Dunit_testing=false"
|
|||||||
|
|
||||||
RDEPENDS:${PN} = "python3-core python3-netifaces python3-pyyaml \
|
RDEPENDS:${PN} = "python3-core python3-netifaces python3-pyyaml \
|
||||||
python3-dbus python3-rich python3-cffi \
|
python3-dbus python3-rich python3-cffi \
|
||||||
|
python3-json python3-fcntl \
|
||||||
util-linux-libuuid libnetplan \
|
util-linux-libuuid libnetplan \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user