[geany/geany] 596775: Apply Debian patch for Python 3

elextr git-noreply at xxxxx
Tue Sep 21 21:40:12 UTC 2021


Branch:      refs/heads/elextr-patch-1
Author:      elextr <elextr at gmail.com>
Committer:   GitHub <noreply at github.com>
Date:        Tue, 21 Sep 2021 21:40:12 UTC
Commit:      59677542aa88bad3d8fdc4e6c40049d37b3e95e8
             https://github.com/geany/geany/commit/59677542aa88bad3d8fdc4e6c40049d37b3e95e8

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