From: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: removed unneeded Python dependency
--- seqan3.orig/test/documentation/CMakeLists.txt
+++ seqan3/test/documentation/CMakeLists.txt
@@ -18,9 +18,6 @@
 
 include (seqan3-doxygen.cmake)
 
-### Find python interpreter
-find_package(PythonInterp REQUIRED)
-
 ### Enable testing
 enable_testing()
 
