[geany/geany] 6a0a5a: Apply Debian patch for Python 3

elextr git-noreply at xxxxx
Thu Dec 2 11:39:50 UTC 2021


Branch:      refs/heads/elextr-patch-1
Author:      elextr <elextr at gmail.com>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Thu, 02 Dec 2021 11:39:50 UTC
Commit:      6a0a5a76410c898ee97c661bb5e31af560b4cbeb
             https://github.com/geany/geany/commit/6a0a5a76410c898ee97c661bb5e31af560b4cbeb

Log Message:
-----------
Apply Debian patch for Python 3


Modified Paths:
--------------
    m4/geany-gtkdoc-header.m4

Modified: m4/geany-gtkdoc-header.m4
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list