From 0cf68dddaca3aaee37ffa698f8bb45ff594ea848 Mon Sep 17 00:00:00 2001 From: NEMS Linux Date: Sun, 9 May 2021 12:19:22 -0400 Subject: [PATCH] nagios-api appears dead. Try to backport --- build/150-nems | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/150-nems b/build/150-nems index ae77702..b960e7f 100755 --- a/build/150-nems +++ b/build/150-nems @@ -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