Commit c98615cd authored by Kenneth Reitz's avatar Kenneth Reitz

pygdal

parent 0749a047
...@@ -22,7 +22,7 @@ source $BIN_DIR/utils ...@@ -22,7 +22,7 @@ source $BIN_DIR/utils
bpwatch start gdal_install bpwatch start gdal_install
# If GDAL exists within requirements, use vendored gdal. # If GDAL exists within requirements, use vendored gdal.
if (pip-grep -s requirements.txt GDAL gdal &> /dev/null) then if (pip-grep -s requirements.txt GDAL gdal pygdal &> /dev/null) then
if [ -f ".heroku/vendor/bin/gdalserver" ]; then if [ -f ".heroku/vendor/bin/gdalserver" ]; then
export GDAL=$(pwd)/vendor export GDAL=$(pwd)/vendor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment