From 92524727d456fca85277bfb3bb3140d0c7b52005 Mon Sep 17 00:00:00 2001 From: Winfried Dobbe Date: Fri, 25 Sep 2020 17:16:20 +0200 Subject: firewalld: Add missing rdep on nftables-python Fixes Issue #280 Signed-off-by: Winfried Dobbe Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/firewalld/firewalld_0.9.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking') diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.0.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.0.bb index 7e03b7fde0..a76877652c 100644 --- a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.0.bb +++ b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.0.bb @@ -87,4 +87,5 @@ RDEPENDS_${PN} = "\ python3-slip-dbus \ python3-decorator \ python3-pygobject \ + nftables-python \ " -- cgit 1.2.3-korg