From 315c461f15625c136926c340d1a9c5b5be0624d9 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Fri, 20 Nov 2020 11:03:24 +0100
Subject: [PATCH] ROHD-2747: Increased required Python to 3.5, which is the
 minimum for the drg-yasf module

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

diff --git a/SAS/TMSS/src/CMakeLists.txt b/SAS/TMSS/src/CMakeLists.txt
index fd5a8389a74..4220dd3786d 100644
--- a/SAS/TMSS/src/CMakeLists.txt
+++ b/SAS/TMSS/src/CMakeLists.txt
@@ -1,6 +1,6 @@
 
 set(USE_PYTHON_COMPILATION Off)
-lofar_find_package(PythonInterp 3.4 REQUIRED)
+lofar_find_package(PythonInterp 3.5 REQUIRED)
 #lofar_find_package(PostgreSQL 9.4)
 
 include(PythonInstall)
-- 
GitLab