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:
maffan 2024-04-30 10:43:40 +02:00 committed by Khem Raj
parent 285b9c555b
commit 4fc97fe602
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

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