From 245158111eb6d5a37c9ad0c137303606fb446778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Sun, 26 Jan 2025 20:00:49 +0100 Subject: [PATCH] [calcom] make sure python-pyyaml is installed --- lib/calcom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/calcom.sh b/lib/calcom.sh index 66e6d8b..2af90ab 100644 --- a/lib/calcom.sh +++ b/lib/calcom.sh @@ -760,7 +760,7 @@ EOF apt update apt install -y python3 python3-psycopg2 python3-ldap3 else - dnf -y --refresh install python python-psycopg2 python-ldap3 + dnf -y --refresh install python python-psycopg2 python-ldap3 python-pyyaml fi # Historic addition to .env file -- to remove