guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 79e2e4cecd4ba90fc2d8f56abca9cd15d0b03518
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Feb 11 09:53:13 2026 +0100
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 <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/geo.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 0c9fb89ed4..f532ac5222 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/")