Title: [251250] trunk/Tools
Revision
251250
Author
emi...@crisal.io
Date
2019-10-17 11:49:46 -0700 (Thu, 17 Oct 2019)

Log Message

[GTK] Explicitly use Python 2 in jhbuild-wrapper
https://bugs.webkit.org/show_bug.cgi?id=202790

Reviewed by Adrian Perez de Castro.

jhbuildutils.py requires Python 2 for the moment, so using just
`python` fails in distros where Python 3 is the default.

* jhbuild/jhbuild-wrapper:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (251249 => 251250)


--- trunk/Tools/ChangeLog	2019-10-17 18:19:03 UTC (rev 251249)
+++ trunk/Tools/ChangeLog	2019-10-17 18:49:46 UTC (rev 251250)
@@ -1,3 +1,15 @@
+2019-10-17  Emilio Cobos Álvarez  <emi...@crisal.io>
+
+        [GTK] Explicitly use Python 2 in jhbuild-wrapper
+        https://bugs.webkit.org/show_bug.cgi?id=202790
+
+        Reviewed by Adrian Perez de Castro.
+
+        jhbuildutils.py requires Python 2 for the moment, so using just
+        `python` fails in distros where Python 3 is the default.
+
+        * jhbuild/jhbuild-wrapper:
+
 2019-10-17  Paulo Matos  <pma...@igalia.com>
 
         Check values of variables before extracting index in perl

Modified: trunk/Tools/jhbuild/jhbuild-wrapper (251249 => 251250)


--- trunk/Tools/jhbuild/jhbuild-wrapper	2019-10-17 18:19:03 UTC (rev 251249)
+++ trunk/Tools/jhbuild/jhbuild-wrapper	2019-10-17 18:49:46 UTC (rev 251250)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # Copyright (C) 2011 Igalia S.L.
 # Copyright (C) 2012 Gustavo Noronha Silva <g...@gnome.org>
 # Copyright (C) 2012 Intel Corporation
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to