aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorWinfried Dobbe <winfried.dobbe@dynniq.com>2020-09-25 17:16:20 +0200
committerKhem Raj <raj.khem@gmail.com>2020-09-26 07:20:26 -0700
commit92524727d456fca85277bfb3bb3140d0c7b52005 (patch)
tree0897f999dece46734874e676230be323717281d5 /meta-networking
parent09d879ad3d604b46604149b035380c1690a5114a (diff)
downloadmeta-openembedded-92524727d456fca85277bfb3bb3140d0c7b52005.tar.gz
firewalld: Add missing rdep on nftables-python
Fixes Issue #280 Signed-off-by: Winfried Dobbe <winfried.dobbe@xmsnet.nl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/firewalld/firewalld_0.9.0.bb1
1 files changed, 1 insertions, 0 deletions
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 \
"