[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:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251250 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 5efff43..602ebfc 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,15 @@
+2019-10-17  Emilio Cobos Álvarez  <emilio@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  <pmatos@igalia.com>
 
         Check values of variables before extracting index in perl
diff --git a/Tools/jhbuild/jhbuild-wrapper b/Tools/jhbuild/jhbuild-wrapper
index ed1be88..02616db 100755
--- a/Tools/jhbuild/jhbuild-wrapper
+++ b/Tools/jhbuild/jhbuild-wrapper
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # Copyright (C) 2011 Igalia S.L.
 # Copyright (C) 2012 Gustavo Noronha Silva <gns@gnome.org>
 # Copyright (C) 2012 Intel Corporation