diff options
| author | Armin Kuster <akuster808@gmail.com> | 2020-02-12 10:23:22 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-02-16 08:48:43 -0800 |
| commit | 238b8936e6154191803df723d8bacba1dac33879 (patch) | |
| tree | afd292f6881bc92b4ec1d3085987c8fa3568d149 /recipes-security/fail2ban/python3-fail2ban_0.10.4.0.bb | |
| parent | 676d7166a22611908c225fab5fbecf1fb4e82627 (diff) | |
| download | meta-security-238b8936e6154191803df723d8bacba1dac33879.tar.gz | |
python3-fail2ban: add 2-3 conversion changes
Had to use the fail2ban-2.3 program to create py3 code
Add it as a patch
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/fail2ban/python3-fail2ban_0.10.4.0.bb')
| -rw-r--r-- | recipes-security/fail2ban/python3-fail2ban_0.10.4.0.bb | 4 |
1 files changed, 3 insertions, 1 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 79bd2b0..8673c10 100644 --- a/recipes-security/fail2ban/python3-fail2ban_0.10.4.0.bb +++ b/recipes-security/fail2ban/python3-fail2ban_0.10.4.0.bb | |||
| @@ -14,6 +14,7 @@ SRC_URI = " git://github.com/fail2ban/fail2ban.git;branch=0.11 \ | |||
| 14 | file://initd \ | 14 | file://initd \ |
| 15 | file://fail2ban_setup.py \ | 15 | file://fail2ban_setup.py \ |
| 16 | file://run-ptest \ | 16 | file://run-ptest \ |
| 17 | file://0001-python3-fail2ban-2-3-conversion.patch \ | ||
| 17 | " | 18 | " |
| 18 | 19 | ||
| 19 | inherit update-rc.d ptest setuptools3 | 20 | inherit update-rc.d ptest setuptools3 |
| @@ -45,5 +46,6 @@ INITSCRIPT_PARAMS = "defaults 25" | |||
| 45 | 46 | ||
| 46 | INSANE_SKIP_${PN}_append = "already-stripped" | 47 | INSANE_SKIP_${PN}_append = "already-stripped" |
| 47 | 48 | ||
| 48 | RDEPENDS_${PN} = "sysklogd iptables sqlite3 ${PYTHON_PN} ${PYTHON_PN}-pyinotify" | 49 | RDEPENDS_${PN} = "sysklogd iptables sqlite3 python3-core python3-pyinotify python3-logging python3-fcntl" |
| 50 | RDEPENDS_${PN} += " python3-json " | ||
| 49 | RDEPENDS_${PN}-ptest = "python3-core python3-io python3-modules python3-fail2ban" | 51 | RDEPENDS_${PN}-ptest = "python3-core python3-io python3-modules python3-fail2ban" |
