From e6d442a64be21e552775fd70c3247184c4e596f7 Mon Sep 17 00:00:00 2001 From: Winfried Dobbe Date: Fri, 25 Sep 2020 17:16:20 +0200 Subject: [PATCH] firewalld: Add missing rdep on nftables-python Fixes Issue #280 Signed-off-by: Winfried Dobbe Signed-off-by: Khem Raj --- .../recipes-connectivity/firewalld/firewalld_0.9.0.bb | 1 + 1 file changed, 1 insertion(+) 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 7e03b7fde02..a76877652cf 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 \ "