diff options
author | Winfried Dobbe <winfried.dobbe@dynniq.com> | 2020-09-25 17:16:20 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-26 07:20:26 -0700 |
commit | 92524727d456fca85277bfb3bb3140d0c7b52005 (patch) | |
tree | 0897f999dece46734874e676230be323717281d5 /meta-networking/recipes-connectivity | |
parent | 09d879ad3d604b46604149b035380c1690a5114a (diff) | |
download | meta-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/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/firewalld/firewalld_0.9.0.bb | 1 |
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 7e03b7fde..a76877652 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} = "\ | |||
87 | python3-slip-dbus \ | 87 | python3-slip-dbus \ |
88 | python3-decorator \ | 88 | python3-decorator \ |
89 | python3-pygobject \ | 89 | python3-pygobject \ |
90 | nftables-python \ | ||
90 | " | 91 | " |