Commit 8b59e95
fix: add libproj-dev to unblock Docker build (#707)
* fix: add libproj-dev to unblock skyproj build
skyproj 2.3.0 (pulled transitively via cs_util==0.1.9) now requires
the PROJ C library at build time, breaking the develop Docker build
since 2026-03-31.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix: also install proj-bin for skyproj build
skyproj setup.py looks for the proj executable on PATH (or PROJ_DIR).
libproj-dev only provides headers; proj-bin provides the binary.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7f81aab commit 8b59e95
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments