Skip to content
Snippets Groups Projects
Commit 8661bdbe authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

LSMR-14: commented out currently not needed dependend python packages

parent c9087beb
No related branches found
No related tags found
1 merge request!87Lsmr epic
set(USE_PYTHON_COMPILATION Off) set(USE_PYTHON_COMPILATION Off)
lofar_find_package(PythonInterp 3.4 REQUIRED) lofar_find_package(PythonInterp 3.4 REQUIRED)
lofar_find_package(PostgreSQL 9.4) #lofar_find_package(PostgreSQL 9.4)
include(PythonInstall) include(PythonInstall)
include(FindPythonModule) include(FindPythonModule)
......
...@@ -5,10 +5,10 @@ lofar_find_package(PythonInterp 3.4 REQUIRED) ...@@ -5,10 +5,10 @@ lofar_find_package(PythonInterp 3.4 REQUIRED)
include(LofarCTest) include(LofarCTest)
include(FindPythonModule) include(FindPythonModule)
find_python_module(mock REQUIRED) #find_python_module(mock REQUIRED)
find_python_module(requests REQUIRED) find_python_module(requests REQUIRED)
find_python_module(sqlalchemy) #find_python_module(sqlalchemy)
find_python_module(testing.postgresql) #find_python_module(testing.postgresql)
lofar_add_test(t_lsmrapp_models) lofar_add_test(t_lsmrapp_models)
lofar_add_test(t_functional) lofar_add_test(t_functional)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment