$NetBSD: patch-CMakeLists.txt,v 1.7 2019/04/01 21:40:55 wiz Exp $ Try finding python 3.7 --- CMakeLists.txt.orig 2019-03-20 00:01:44.000000000 +0000 +++ CMakeLists.txt @@ -92,8 +92,8 @@ if ( WIN32 ) find_package (PythonLibs 3.5) endif() if( UNIX AND NOT APPLE ) - 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.