diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-11 09:53:13 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-15 21:50:04 +0000 |
| commit | 79e2e4cecd4ba90fc2d8f56abca9cd15d0b03518 (patch) | |
| tree | 1b060b24c7baf97771790e141ea3b95cc2ee6186 | |
| parent | 1beeda378744b27c7a10e3c5dd1ccbb29394cf50 (diff) | |
gnu: gdal: Fix build on python-3.12.
* gnu/packages/geo.scm (gdal)[native-inputs]: Add python-setuptools.
Change-Id: I85f8d469debc077e6ffe3568132e1bef7bbcf23d
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/geo.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 0c9fb89ed4f..f532ac52226 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1783,7 +1783,8 @@ vector data.") zstd)) (native-inputs (list pkg-config - python)) + python + python-setuptools)) (propagated-inputs (list python-numpy)) (home-page "https://gdal.org/") |
