From 79e2e4cecd4ba90fc2d8f56abca9cd15d0b03518 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 11 Feb 2026 09:53:13 +0100 Subject: [PATCH] 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 Signed-off-by: Sharlatan Hellseher --- 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/")