Title: [204155] trunk/Tools
Revision
204155
Author
clo...@igalia.com
Date
2016-08-04 17:23:12 -0700 (Thu, 04 Aug 2016)

Log Message

[GTK] install-dependencies script misses libxslt as build-dependency and some python libs for the run-benchmark script
https://bugs.webkit.org/show_bug.cgi?id=160518

Reviewed by Michael Catanzaro.

* Scripts/webkitpy/thirdparty/__init__.py:
(AutoinstallImportHook._install_twisted): Twisted requires zope.interface.
* gtk/install-dependencies:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (204154 => 204155)


--- trunk/Tools/ChangeLog	2016-08-05 00:20:48 UTC (rev 204154)
+++ trunk/Tools/ChangeLog	2016-08-05 00:23:12 UTC (rev 204155)
@@ -1,3 +1,14 @@
+2016-08-04  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK] install-dependencies script misses libxslt as build-dependency and some python libs for the run-benchmark script
+        https://bugs.webkit.org/show_bug.cgi?id=160518
+
+        Reviewed by Michael Catanzaro.
+
+        * Scripts/webkitpy/thirdparty/__init__.py:
+        (AutoinstallImportHook._install_twisted): Twisted requires zope.interface.
+        * gtk/install-dependencies:
+
 2016-08-04  Alexey Proskuryakov  <a...@apple.com>
 
         Optimize bot watcher's dashboard a little

Modified: trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py (204154 => 204155)


--- trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2016-08-05 00:20:48 UTC (rev 204154)
+++ trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2016-08-05 00:23:12 UTC (rev 204155)
@@ -154,6 +154,7 @@
         twisted_dir = self._fs.join(_AUTOINSTALLED_DIR, "twisted")
         installer = AutoInstaller(prepend_to_search_path=True, target_dir=twisted_dir)
         installer.install(url="" url_subpath="Twisted-12.1.0/twisted")
+        installer.install(url="" url_subpath="zope.interface-4.1.3/src/zope")
 
     def _install(self, url, url_subpath=None, target_name=None):
         installer = AutoInstaller(target_dir=_AUTOINSTALLED_DIR)

Modified: trunk/Tools/gtk/install-dependencies (204154 => 204155)


--- trunk/Tools/gtk/install-dependencies	2016-08-05 00:20:48 UTC (rev 204154)
+++ trunk/Tools/gtk/install-dependencies	2016-08-05 00:23:12 UTC (rev 204155)
@@ -122,6 +122,7 @@
         libxcomposite-dev \
         libxt-dev \
         libxtst-dev \
+        libxslt1-dev \
         libwayland-dev \
         ninja-build \
         patch \
@@ -135,8 +136,10 @@
         dbus-x11 \
         libapache2-mod-bw \
         libgpg-error-dev \
+        psmisc \
         pulseaudio-utils \
         python-gi \
+        python-psutil \
         ruby \
         ruby-json \
         ruby-highline \
@@ -265,6 +268,7 @@
         libwebp \
         libxcomposite \
         libxt \
+        libxslt \
         libxtst \
         ninja \
         ruby \
@@ -281,8 +285,10 @@
         hunspell-en \
         php-apache \
         libgpg-error \
+        psmisc \
         pulseaudio \
         python-gobject \
+        python2-psutil \
         ruby \
         ruby-highline \
         weston \
@@ -367,6 +373,7 @@
         json-glib-devel \
         libXt-devel \
         libXtst-devel \
+        libxslt-devel \
         libedit-devel \
         libgudev1-devel \
         libjpeg-turbo-devel \
@@ -402,8 +409,10 @@
         mod_ssl \
         perl-CGI \
         php \
+        psmisc \
         pulseaudio-utils \
         pygobject3-base \
+        python2-psutil \
         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