Changeset 204155 in webkit
- Timestamp:
- Aug 4, 2016, 5:23:12 PM (9 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r204139 r204155 1 2016-08-04 Carlos Alberto Lopez Perez <clopez@igalia.com> 2 3 [GTK] install-dependencies script misses libxslt as build-dependency and some python libs for the run-benchmark script 4 https://bugs.webkit.org/show_bug.cgi?id=160518 5 6 Reviewed by Michael Catanzaro. 7 8 * Scripts/webkitpy/thirdparty/__init__.py: 9 (AutoinstallImportHook._install_twisted): Twisted requires zope.interface. 10 * gtk/install-dependencies: 11 1 12 2016-08-04 Alexey Proskuryakov <ap@apple.com> 2 13 -
trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py
r198310 r204155 155 155 installer = AutoInstaller(prepend_to_search_path=True, target_dir=twisted_dir) 156 156 installer.install(url="https://pypi.python.org/packages/source/T/Twisted/Twisted-12.1.0.tar.bz2#md5=f396f1d6f5321e869c2f89b2196a9eb5", url_subpath="Twisted-12.1.0/twisted") 157 installer.install(url="https://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.1.3.tar.gz#md5=9ae3d24c0c7415deb249dd1a132f0f79", url_subpath="zope.interface-4.1.3/src/zope") 157 158 158 159 def _install(self, url, url_subpath=None, target_name=None): -
trunk/Tools/gtk/install-dependencies
r203070 r204155 123 123 libxt-dev \ 124 124 libxtst-dev \ 125 libxslt1-dev \ 125 126 libwayland-dev \ 126 127 ninja-build \ … … 136 137 libapache2-mod-bw \ 137 138 libgpg-error-dev \ 139 psmisc \ 138 140 pulseaudio-utils \ 139 141 python-gi \ 142 python-psutil \ 140 143 ruby \ 141 144 ruby-json \ … … 266 269 libxcomposite \ 267 270 libxt \ 271 libxslt \ 268 272 libxtst \ 269 273 ninja \ … … 282 286 php-apache \ 283 287 libgpg-error \ 288 psmisc \ 284 289 pulseaudio \ 285 290 python-gobject \ 291 python2-psutil \ 286 292 ruby \ 287 293 ruby-highline \ … … 368 374 libXt-devel \ 369 375 libXtst-devel \ 376 libxslt-devel \ 370 377 libedit-devel \ 371 378 libgudev1-devel \ … … 403 410 perl-CGI \ 404 411 php \ 412 psmisc \ 405 413 pulseaudio-utils \ 406 414 pygobject3-base \ 415 python2-psutil \ 407 416 ruby \ 408 417 rubygem-json \
Note:
See TracChangeset
for help on using the changeset viewer.