cleanup: our Python dependencies all seem to have native versions these days: no dev tools needed anymore

This commit is contained in:
frederik
2025-03-12 11:57:16 +01:00
parent 1271ea0e2d
commit e62b991f8e
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -120,10 +120,6 @@ if ! which inotifywait &>/dev/null;then
ensure_apt_updated
apt-get -y install inotify-tools
fi
if ! which gcc &>/dev/null;then
ensure_apt_updated
apt-get -y install gcc python3-dev
fi
apprise_version=$($HOME/BirdNET-Pi/birdnet/bin/python3 -c "import apprise; print(apprise.__version__)")
[[ $apprise_version != "1.9.0" ]] && sudo_with_user $HOME/BirdNET-Pi/birdnet/bin/pip3 install apprise==1.9.0