Skip to content
Snippets Groups Projects
Commit 664388d5 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9893: Our django config needs LDAP, so list it as a requirement

parent 2d033146
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ lofar_find_package(Python 2.7 REQUIRED) ...@@ -2,6 +2,7 @@ lofar_find_package(Python 2.7 REQUIRED)
include(PythonInstall) include(PythonInstall)
include(FindPythonModule) include(FindPythonModule)
find_python_module(django REQUIRED) find_python_module(django REQUIRED)
find_python_module(ldap REQUIRED)
set(_py_files set(_py_files
manage.py manage.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment