mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-08-30 05:44:18 +00:00
fixes testRepairDb for sqlite >= 3.42;
closes gh-3586
This commit is contained in:
parent
f2d7f16d2f
commit
cabcc9b3f4
2 changed files with 30 additions and 3 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -54,6 +54,7 @@ jobs:
|
|||
#if [[ "$F2B_PY" = 3 ]]; then python -m pip install --upgrade pip || echo "can't upgrade pip"; fi
|
||||
#sudo apt-get -y install python${F2B_PY/2/}-pyinotify || echo 'inotify not available'
|
||||
python -m pip install pyinotify || echo 'inotify not available'
|
||||
sudo apt-get -y install sqlite3 || echo 'sqlite3 not available'
|
||||
#sudo apt-get -y install python${F2B_PY/2/}-systemd || echo 'systemd not available'
|
||||
sudo apt-get -y install libsystemd-dev || echo 'systemd dependencies seems to be unavailable'
|
||||
python -m pip install systemd-python || echo 'systemd not available'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue