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:
Esben Haabendal 2024-08-20 12:58:28 +02:00 committed by Armin Kuster
parent 17aacc80f7
commit 28f14d5d19

View File

@ -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 \
"