Skip to content

Commit

Permalink
networkd-dispatcher: Add dependency on python3-json
Browse files Browse the repository at this point in the history
networkd-dispatcher imports json. Add it as a RDEPENDS.

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
maffan authored and kraj committed Apr 30, 2024
1 parent 285b9c5 commit 4fc97fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"

inherit features_check systemd

RDEPENDS:${PN} = "python3-pygobject python3-dbus"
RDEPENDS:${PN} = "python3-pygobject python3-dbus python3-json"
REQUIRED_DISTRO_FEATURES = "systemd gobject-introspection-data"

SRCREV = "dfd26d72793914eb3da910ef8c71de6d7c8942a2"
Expand Down

0 comments on commit 4fc97fe

Please sign in to comment.