diff options
author | Armin Kuster <akuster808@gmail.com> | 2024-01-25 09:18:29 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-01-28 12:13:54 -0500 |
commit | d25b3483947731e1e71a9c18fc33aba327c33c9c (patch) | |
tree | 39627dd1895b90e132928e2bb01705f7a4fec635 /dynamic-layers/meta-python | |
parent | 4982aa40b7e0797dd696ccb94485d15c958f6cd1 (diff) | |
download | meta-security-d25b3483947731e1e71a9c18fc33aba327c33c9c.tar.gz |
python3-fail2ban: remove unused distutils dependency
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'dynamic-layers/meta-python')
-rw-r--r-- | dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.0.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.0.2.bb b/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.0.2.bb index 68695f2..135e97c 100644 --- a/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.0.2.bb +++ b/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.0.2.bb | |||
@@ -72,4 +72,3 @@ RDEPENDS:${PN} += " python3-logging python3-fcntl python3-json" | |||
72 | RDEPENDS:${PN}-ptest = "python3-core python3-io python3-modules python3-fail2ban" | 72 | RDEPENDS:${PN}-ptest = "python3-core python3-io python3-modules python3-fail2ban" |
73 | 73 | ||
74 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'python3-systemd', '', d)}" | 74 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'python3-systemd', '', d)}" |
75 | RRECOMMENDS:${PN} += "python3-distutils" | ||