diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-11 15:45:51 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-11 15:45:51 +0000 |
commit | 09eb7a0b3608589632ddcdbd3bd009481cbf216d (patch) | |
tree | e94bce3836706cca46db6658a09238829aca3a44 /build/install-build-deps.sh | |
parent | c601e7356fb773ceb22b92e2cd358ed080dae2c1 (diff) | |
download | chromium_src-09eb7a0b3608589632ddcdbd3bd009481cbf216d.zip chromium_src-09eb7a0b3608589632ddcdbd3bd009481cbf216d.tar.gz chromium_src-09eb7a0b3608589632ddcdbd3bd009481cbf216d.tar.bz2 |
Revert 161344 - Add missing python-mod-pywebsocket dependency to install-build-deps.sh
This is required after 160782 to run the testserver
BUG=137639
TEST=none
Review URL: https://chromiumcodereview.appspot.com/11086069
TBR=jochen@chromium.org
Review URL: https://codereview.chromium.org/11098074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161350 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/install-build-deps.sh')
-rwxr-xr-x | build/install-build-deps.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index 61e1f9f..705d4c2 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -65,9 +65,9 @@ dev_list="apache2.2-bin bison curl elfutils fakeroot flex g++ gperf libsqlite3-dev libssl-dev libudev-dev libwww-perl libxslt1-dev libxss-dev libxt-dev libxtst-dev mesa-common-dev patch perl php5-cgi pkg-config python python-cherrypy3 python-dev - python-mod-pywebsocket python-psutil rpm ruby subversion - ttf-dejavu-core ttf-indic-fonts ttf-kochi-gothic ttf-kochi-mincho - ttf-thai-tlwg wdiff git-core $chromeos_dev_list" + python-psutil rpm ruby subversion ttf-dejavu-core ttf-indic-fonts + ttf-kochi-gothic ttf-kochi-mincho ttf-thai-tlwg wdiff git-core + $chromeos_dev_list" # 64-bit systems need a minimum set of 32-bit compat packages for the pre-built # NaCL binaries. These are always needed, regardless of whether or not we want |