From 111aa214d32351e02e89e4cb88dca1751e30dbf1 Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Sun, 23 Feb 2020 15:42:33 +0100
Subject: [PATCH] Add missing protokollsystem dependencies

---
 uwsgi-python/vars/protokollsystem.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/uwsgi-python/vars/protokollsystem.yml b/uwsgi-python/vars/protokollsystem.yml
index ac48b83..d71d2ce 100644
--- a/uwsgi-python/vars/protokollsystem.yml
+++ b/uwsgi-python/vars/protokollsystem.yml
@@ -20,6 +20,8 @@ app_db_name: protokollsystem
 app_db_type: postgres
 
 app_additional_software:
+  - "libldap2-dev"
+  - "libsasl2-dev"
   - "libxml2-dev"
   - "libxslt-dev"
   - "fontconfig"
-- 
GitLab