mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +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>
This commit is contained in:
committed by
Khem Raj
parent
3b1ca78cb2
commit
cb50c93096
@@ -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 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user