summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-03-18 02:30:09 +0000
committerArmin Kuster <akuster808@gmail.com>2020-03-27 16:53:25 -0700
commitd2c383fa634f4fc9158c58fe6d0edd9dbad8df7f (patch)
tree58ef2a3f7b9bd8c423f7eda58ff0e51f87a5c901
parentbc7b81685cbc5ea4af057eb5ef0dbf1e3974ca25 (diff)
downloadmeta-security-d2c383fa634f4fc9158c58fe6d0edd9dbad8df7f.tar.gz
fail2ban: change hardcoded sysklogd to VIRTUAL-RUNTIME_base-utils-syslog
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/fail2ban/python3-fail2ban_0.10.4.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/fail2ban/python3-fail2ban_0.10.4.0.bb b/recipes-security/fail2ban/python3-fail2ban_0.10.4.0.bb
index 8673c10..e737f50 100644
--- a/recipes-security/fail2ban/python3-fail2ban_0.10.4.0.bb
+++ b/recipes-security/fail2ban/python3-fail2ban_0.10.4.0.bb
@@ -46,6 +46,6 @@ INITSCRIPT_PARAMS = "defaults 25"
46 46
47INSANE_SKIP_${PN}_append = "already-stripped" 47INSANE_SKIP_${PN}_append = "already-stripped"
48 48
49RDEPENDS_${PN} = "sysklogd iptables sqlite3 python3-core python3-pyinotify python3-logging python3-fcntl" 49RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog} iptables sqlite3 python3-core python3-pyinotify"
50RDEPENDS_${PN} += " python3-json " 50RDEPENDS_${PN} += " python3-logging python3-fcntl python3-json"
51RDEPENDS_${PN}-ptest = "python3-core python3-io python3-modules python3-fail2ban" 51RDEPENDS_${PN}-ptest = "python3-core python3-io python3-modules python3-fail2ban"