<p></p>
<p>Debian patch for <code>geany_gtk_doc_header.m4</code>:</p>
<pre><code>From: Chow Loong Jin <hyperair@debian.org>
Date: Sun, 4 Apr 2021 02:08:19 +0800
Subject: Use python3 for generating gtkdoc header

---
 m4/geany-gtkdoc-header.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/geany-gtkdoc-header.m4 b/m4/geany-gtkdoc-header.m4
index 2b6d87f..b8828f1 100644
--- a/m4/geany-gtkdoc-header.m4
+++ b/m4/geany-gtkdoc-header.m4
@@ -21,7 +21,7 @@ AC_DEFUN([GEANY_CHECK_GTKDOC_HEADER],
              [test "x$geany_enable_gtkdoc_header" != "xno"],
        [
                dnl python
-               AM_PATH_PYTHON([2.7], [have_python=yes], [have_python=no])
+               AM_PATH_PYTHON([3], [have_python=yes], [have_python=no])
                dnl lxml module
                AS_IF([test "x$have_python" = xyes],
                      [have_python_and_lxml=yes
</code></pre>
<p>So I guess Python3 must work there I guess.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2896#issuecomment-920606681">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ2WYDAGOUHVQBVYRX3UCGCZHANCNFSM5EBFYBOA">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AAIOWJ5R4FZWLE3GAIXFRILUCGCZHA5CNFSM5EBFYBOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOG3PVPWI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2896#issuecomment-920606681",
"url": "https://github.com/geany/geany/issues/2896#issuecomment-920606681",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>