diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-03-18 02:30:09 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-03-27 16:53:25 -0700 |
commit | d2c383fa634f4fc9158c58fe6d0edd9dbad8df7f (patch) | |
tree | 58ef2a3f7b9bd8c423f7eda58ff0e51f87a5c901 | |
parent | bc7b81685cbc5ea4af057eb5ef0dbf1e3974ca25 (diff) | |
download | meta-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.bb | 4 |
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 | ||
47 | INSANE_SKIP_${PN}_append = "already-stripped" | 47 | INSANE_SKIP_${PN}_append = "already-stripped" |
48 | 48 | ||
49 | RDEPENDS_${PN} = "sysklogd iptables sqlite3 python3-core python3-pyinotify python3-logging python3-fcntl" | 49 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog} iptables sqlite3 python3-core python3-pyinotify" |
50 | RDEPENDS_${PN} += " python3-json " | 50 | RDEPENDS_${PN} += " python3-logging python3-fcntl python3-json" |
51 | RDEPENDS_${PN}-ptest = "python3-core python3-io python3-modules python3-fail2ban" | 51 | RDEPENDS_${PN}-ptest = "python3-core python3-io python3-modules python3-fail2ban" |