Commit 73a5def27670dc10fe37207aa89df96021124d49

Authored by Antonio Terceiro
1 parent ff5d5896

ci: install all dependencies for colab-deps

Showing 1 changed file with 15 additions and 1 deletions   Show diff stats
cookbooks/ci/recipes/spb.rb
... ... @@ -11,7 +11,21 @@ package 'virtualbox'
11 11 package 'vagrant'
12 12 package 'rake'
13 13 package 'shunit2'
14   -package 'python-virtualenv' # for building colab-deps
  14 +
  15 +# for building colab-deps:
  16 +package 'python-virtualenv'
  17 +package 'libpq-dev'
  18 +package 'gettext'
  19 +package 'libxml2-dev'
  20 +package 'libxslt1-dev'
  21 +package 'libssl-dev'
  22 +package 'libffi-dev'
  23 +package 'libjpeg-dev'
  24 +package 'zlib1g-dev'
  25 +package 'libfreetype6-dev'
  26 +package 'python-dev'
  27 +package 'libyaml-dev'
  28 +package 'libev-dev'
15 29  
16 30 # FIXME not in the archive yet
17 31 # package 'chake'
... ...