[Github-comments] [geany/geany] Apply Debian patch for Python 3 (#2903)

Enrico Tröger notifications at xxxxx
Thu Sep 23 21:15:35 UTC 2021


@eht16 commented on this pull request.



> @@ -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])

I agree the commit message could be a bit clearer.
But, @kugel-, I really don't understand why it isn't obvious that we want to use Python3 for build related scripts and to drop Python2 which *IS* dead, since almost two years now.
Is there any reason why we should keep using Python2 for build related scripts?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2903#discussion_r715160822
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210923/473c7739/attachment-0001.htm>


More information about the Github-comments mailing list