mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
networkd-dispatcher: Add dependency on python3-json
networkd-dispatcher imports json. Add it as a RDEPENDS. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user