[calcom] make sure python-pyyaml is installed

This commit is contained in:
Bernhard "bero" Rosenkränzer (Boggins) 2025-01-26 20:00:49 +01:00
parent 173cff1660
commit 245158111e

View File

@ -760,7 +760,7 @@ EOF
apt update apt update
apt install -y python3 python3-psycopg2 python3-ldap3 apt install -y python3 python3-psycopg2 python3-ldap3
else else
dnf -y --refresh install python python-psycopg2 python-ldap3 dnf -y --refresh install python python-psycopg2 python-ldap3 python-pyyaml
fi fi
# Historic addition to .env file -- to remove # Historic addition to .env file -- to remove