From 31cc2138d6ad93e57e228d2c8af75b768b04f10b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn=20K=C3=BCnsem=C3=B6ller?=
 <jkuensem@physik.uni-bielefeld.de>
Date: Tue, 12 Jun 2018 14:40:44 +0000
Subject: [PATCH] Task LSMR-8: attempt to switch to Python 3

---
 SAS/LSMR/src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/LSMR/src/CMakeLists.txt b/SAS/LSMR/src/CMakeLists.txt
index 215a82348fd..dd080efb534 100644
--- a/SAS/LSMR/src/CMakeLists.txt
+++ b/SAS/LSMR/src/CMakeLists.txt
@@ -6,7 +6,7 @@ include(FindPython3Module)
 find_python3_module(django REQUIRED)
 find_python3_module(rest_framework REQUIRED)     # pip install djangorestframework
 find_python3_module(ldap REQUIRED)
-find_python3_module(markdown REQUIRED)
+# find_python3_module(markdown REQUIRED)
 # find_python3_module(django_filters REQUIRED)     # pip install django-filter  # FIXME: raises exception on import
 
 set(_py_files
-- 
GitLab