PKGBUILDs/extra/mysql-workbench/0005-python-3-12.patch

13 lines
358 B
Diff
Raw Normal View History

2024-04-27 15:41:49 +00:00
diff --git a/library/grt/src/python_context.cpp b/library/grt/src/python_context.cpp
index b1e1f5d..65514d1 100644
--- a/library/grt/src/python_context.cpp
+++ b/library/grt/src/python_context.cpp
@@ -33,7 +33,6 @@
// python internals
#include <Python.h>
#include <errcode.h>
-#include <token.h>
#include <frameobject.h>
#include "python_grtobject.h"