From 664388d55ef3d14ba3a421dc34d11b27f7c366d8 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Mon, 20 Feb 2017 13:55:35 +0000
Subject: [PATCH] Task #9893: Our django config needs LDAP, so list it as a
 requirement

---
 SAS/TriggerServices/django_rest/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/SAS/TriggerServices/django_rest/CMakeLists.txt b/SAS/TriggerServices/django_rest/CMakeLists.txt
index 83cd6ed743c..50bd72752fc 100644
--- a/SAS/TriggerServices/django_rest/CMakeLists.txt
+++ b/SAS/TriggerServices/django_rest/CMakeLists.txt
@@ -2,6 +2,7 @@ lofar_find_package(Python 2.7 REQUIRED)
 include(PythonInstall)
 include(FindPythonModule)
 find_python_module(django REQUIRED)
+find_python_module(ldap REQUIRED)
 
 set(_py_files
     manage.py
-- 
GitLab