Changeset 251250 in webkit


Ignore:
Timestamp:
Oct 17, 2019 11:49:46 AM (5 years ago)
Author:
emilio
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r251234 r251250  
     12019-10-17  Emilio Cobos Álvarez  <emilio@crisal.io>
     2
     3        [GTK] Explicitly use Python 2 in jhbuild-wrapper
     4        https://bugs.webkit.org/show_bug.cgi?id=202790
     5
     6        Reviewed by Adrian Perez de Castro.
     7
     8        jhbuildutils.py requires Python 2 for the moment, so using just
     9        `python` fails in distros where Python 3 is the default.
     10
     11        * jhbuild/jhbuild-wrapper:
     12
    1132019-10-17  Paulo Matos  <pmatos@igalia.com>
    214
  • trunk/Tools/jhbuild/jhbuild-wrapper

    r221284 r251250  
    1 #!/usr/bin/env python
     1#!/usr/bin/env python2
    22# Copyright (C) 2011 Igalia S.L.
    33# Copyright (C) 2012 Gustavo Noronha Silva <gns@gnome.org>
Note: See TracChangeset for help on using the changeset viewer.