fixes testRepairDb for sqlite >= 3.42;

closes gh-3586
This commit is contained in:
sebres 2023-12-15 00:01:22 +01:00
parent f2d7f16d2f
commit cabcc9b3f4
2 changed files with 30 additions and 3 deletions

View file

@ -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'