Skip to content
Snippets Groups Projects
Commit 0749a047 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

flexible caps for gdal

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