mirror of https://github.com/fail2ban/fail2ban
attempt to install systemd-python module
parent
7cb6412f68
commit
7f0010be68
|
@ -44,10 +44,12 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
python -m pip install --upgrade pip
|
||||||
if [[ "$F2B_PY" = 3 ]] && ! command -v 2to3x -v 2to3 > /dev/null; then
|
if [[ "$F2B_PY" = 3 ]] && ! command -v 2to3x -v 2to3 > /dev/null; then
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install 2to3
|
pip install 2to3
|
||||||
fi
|
fi
|
||||||
|
pip install systemd-python || echo 'systemd not available'
|
||||||
|
pip install pyinotify || echo 'inotify not available'
|
||||||
|
|
||||||
- name: Before scripts
|
- name: Before scripts
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue