Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-09-21
Description: Build with Python3

--- a/src/plugins/python/PythonInterpreter.cpp
+++ b/src/plugins/python/PythonInterpreter.cpp
@@ -133,7 +133,7 @@ void PythonInterpreter::execute(const st
 {
     try
     {
-        PyImport_AppendInittab("vera", initvera);
+        PyImport_AppendInittab("vera", PyInit_vera);
         Py_Initialize();
 
         py::object main_module = py::import("__main__");
