Skip to content

Commit

Permalink
netplan: add missing runtime dependencies
Browse files Browse the repository at this point in the history
The json module is used in several cli commands.

The fcntl module is used in terminal input handling.

Signed-off-by: Esben Haabendal <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
(cherry picked from commit cb50c93)
Signed-off-by: Armin Kuster <[email protected]>
  • Loading branch information
esben authored and akuster committed Aug 21, 2024
1 parent 17aacc8 commit 28f14d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
"

Expand Down

0 comments on commit 28f14d5

Please sign in to comment.