Title: [238847] trunk/Tools
Revision
238847
Author
tpop...@redhat.com
Date
2018-12-03 23:59:08 -0800 (Mon, 03 Dec 2018)

Log Message

[GTK] Can't run MiniBrowser due to missing python2-yaml
https://bugs.webkit.org/show_bug.cgi?id=192308

Reviewed by Michael Catanzaro.

* gtk/install-dependencies:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (238846 => 238847)


--- trunk/Tools/ChangeLog	2018-12-04 07:31:27 UTC (rev 238846)
+++ trunk/Tools/ChangeLog	2018-12-04 07:59:08 UTC (rev 238847)
@@ -1,3 +1,12 @@
+2018-12-03  Tomas Popela  <tpop...@redhat.com>
+
+        [GTK] Can't run MiniBrowser due to missing python2-yaml
+        https://bugs.webkit.org/show_bug.cgi?id=192308
+
+        Reviewed by Michael Catanzaro.
+
+        * gtk/install-dependencies:
+
 2018-12-03  Chris Dumez  <cdu...@apple.com>
 
         Regression(PSON) Google OAuth is broken in private sessions

Modified: trunk/Tools/gtk/install-dependencies (238846 => 238847)


--- trunk/Tools/gtk/install-dependencies	2018-12-04 07:31:27 UTC (rev 238846)
+++ trunk/Tools/gtk/install-dependencies	2018-12-04 07:59:08 UTC (rev 238847)
@@ -168,6 +168,7 @@
         pulseaudio-utils \
         python-gi \
         python-psutil \
+        python-yaml \
         ruby \
         ruby-json \
         ruby-highline \
@@ -330,6 +331,7 @@
         pulseaudio \
         python-gobject \
         python2-psutil \
+        python2-yaml \
         ruby \
         weston \
         xorg-server-xvfb"
@@ -492,6 +494,7 @@
         pulseaudio-utils \
         pygobject3-base \
         python2-psutil \
+        python2-yaml \
         ruby \
         rubygem-json \
         rubygem-highline \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to