From: Tom Hughes Date: Mon, 24 Feb 2014 08:49:59 +0000 (+0000) Subject: Install python geojson package on dev X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/011fea433b70c648c6a7697eda0f719a2700cd8a?ds=inline Install python geojson package on dev --- diff --git a/cookbooks/dev/recipes/default.rb b/cookbooks/dev/recipes/default.rb index 646b170e2..7c3dcfac0 100644 --- a/cookbooks/dev/recipes/default.rb +++ b/cookbooks/dev/recipes/default.rb @@ -48,6 +48,8 @@ package "python-dateutil" package "python-magic" package "python-psycopg2" +easy_install_package "geojson" + apache_module "expires" apache_module "fastcgi-handler" apache_module "rewrite"