]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: do not install python-gdal for now
authorGrant Slater <git@firefishy.com>
Thu, 19 Mar 2020 16:09:07 +0000 (16:09 +0000)
committerGrant Slater <git@firefishy.com>
Thu, 19 Mar 2020 16:09:07 +0000 (16:09 +0000)
cookbooks/imagery/recipes/default.rb

index 03d3fcc666b6060be51fd6e6b7ba99da595bb919..80bf71bfe00875dcb166a2a6f413a0a3d165abd2 100644 (file)
@@ -23,7 +23,7 @@ include_recipe "git"
 # Imagery gdal Requirements
 package %w[
   gdal-bin
-  python-gdal
+  # python-gdal - disable while broken in gis unstable repo
 ]
 
 # Imagery MapServer + Mapcache Requirements