1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 07:00:37 +02:00

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>
This commit is contained in:
Nicolas Graves
2026-02-11 09:53:13 +01:00
committed by Sharlatan Hellseher
parent 1beeda3787
commit 79e2e4cecd

View File

@@ -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/")