Skip to content

Commit

Permalink
nagios-api appears dead. Try to backport
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed May 9, 2021
1 parent c1f29bf commit 0cf68dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/150-nems
Expand Up @@ -26,6 +26,10 @@ if [[ ! -d nagios-api ]]; then
python3 -m pip install -U pip setuptools
apt install -y libffi-dev
pip3 install wheel
# Update the requirements to versions that still exist
sed -i 's/Flask==0.9/Flask==0.10/g' requirements.txt
sed -i 's/http-parser==0.8.1/http-parser==0.9.0/g' requirements.txt
# And install them
pip3 install -r requirements.txt
fi

Expand Down

0 comments on commit 0cf68dd

Please sign in to comment.