mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
aef7b65b95
Since if someone previously had `GDAL` in their requirements file, they would already have the gdalserver binary present from `bin/steps/gdal` but be missing the proj and geos vendor files. By checking for `proj` instead, we ensure that the vendoring isn't incorrectly skipped in this case.