summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabarth <abarth@chromium.org>2015-06-30 16:24:39 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-30 23:25:17 +0000
commitdf3a88fdd315c9fe3d7a65850d919e976dd2d6b2 (patch)
treeca451def1cf1648b4bb19b8d6cee5642fbab2f85
parentdcd29618cf631780602161b58a06dca85e5a51f9 (diff)
downloadchromium_src-df3a88fdd315c9fe3d7a65850d919e976dd2d6b2.zip
chromium_src-df3a88fdd315c9fe3d7a65850d919e976dd2d6b2.tar.gz
chromium_src-df3a88fdd315c9fe3d7a65850d919e976dd2d6b2.tar.bz2
Add python-yaml to install-build-deps
We'd like to use the |yaml| Python package to parse yaml files. R=cjhopman@chromium.org Review URL: https://codereview.chromium.org/1219623009 Cr-Commit-Position: refs/heads/master@{#336913}
-rwxr-xr-xbuild/install-build-deps.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index be0780d..0c39d87 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -109,8 +109,9 @@ dev_list="apache2.2-bin bison cdbs curl dpkg-dev elfutils devscripts fakeroot
libwww-perl libxslt1-dev libxss-dev libxt-dev libxtst-dev openbox
patch perl php5-cgi pkg-config python python-cherrypy3 python-crypto
python-dev python-numpy python-opencv python-openssl python-psutil
- rpm ruby subversion ttf-dejavu-core ttf-indic-fonts ttf-kochi-gothic
- ttf-kochi-mincho wdiff xfonts-mathml zip $chromeos_dev_list"
+ python-yaml rpm ruby subversion ttf-dejavu-core ttf-indic-fonts
+ ttf-kochi-gothic ttf-kochi-mincho wdiff xfonts-mathml zip
+ $chromeos_dev_list"
# 64-bit systems need a minimum set of 32-bit compat packages for the pre-built
# NaCl binaries.