$NetBSD: patch-CMakeLists.txt,v 1.6 2018/07/22 22:51:24 wiz Exp $

Try finding python 3.7

--- CMakeLists.txt.orig	2018-07-22 22:41:30.657122506 +0000
+++ CMakeLists.txt
@@ -87,8 +87,8 @@ if ( WIN32 OR APPLE )
     find_package(PythonInterp 3.5)
     find_package (PythonLibs 3.5)
 else()
-    find_package(PythonInterp 3.4)
-    find_package (PythonLibs 3.4)
+    find_package(PythonInterp 3.7)
+    find_package (PythonLibs 3.7)
 endif()
 
 # gumbo-parser it is our main xhtml/html5 parser.
