summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authormaffan <marcus.flyckt@gmail.com>2024-04-30 10:43:40 +0200
committerKhem Raj <raj.khem@gmail.com>2024-04-30 08:20:34 -0700
commit4fc97fe6027acf5c896b722be49742f4a139e5c1 (patch)
tree1f91a528c9d2e81529a9318f7dd3315ab2ce35f2 /meta-networking
parent285b9c555bc284ec28bb2c746a705f581e11114e (diff)
downloadmeta-openembedded-4fc97fe6027acf5c896b722be49742f4a139e5c1.tar.gz
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>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.2.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.2.4.bb b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.2.4.bb
index f0f7eb5df6..7f06e0ebf3 100644
--- a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.2.4.bb
+++ b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.2.4.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
8 8
9inherit features_check systemd 9inherit features_check systemd
10 10
11RDEPENDS:${PN} = "python3-pygobject python3-dbus" 11RDEPENDS:${PN} = "python3-pygobject python3-dbus python3-json"
12REQUIRED_DISTRO_FEATURES = "systemd gobject-introspection-data" 12REQUIRED_DISTRO_FEATURES = "systemd gobject-introspection-data"
13 13
14SRCREV = "dfd26d72793914eb3da910ef8c71de6d7c8942a2" 14SRCREV = "dfd26d72793914eb3da910ef8c71de6d7c8942a2"