]> git.openstreetmap.org Git - chef.git/commitdiff
Install python geojson package on dev
authorTom Hughes <tom@compton.nu>
Mon, 24 Feb 2014 08:49:59 +0000 (08:49 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 24 Feb 2014 08:49:59 +0000 (08:49 +0000)
cookbooks/dev/recipes/default.rb

index 646b170e27e03b82f1a9120d7c9d0e9a4d900339..7c3dcfac05f4a15d0db6be1f84d33314af8f220e 100644 (file)
@@ -48,6 +48,8 @@ package "python-dateutil"
 package "python-magic"
 package "python-psycopg2"
 
 package "python-magic"
 package "python-psycopg2"
 
+easy_install_package "geojson"
+
 apache_module "expires"
 apache_module "fastcgi-handler"
 apache_module "rewrite"
 apache_module "expires"
 apache_module "fastcgi-handler"
 apache_module "rewrite"