gnu: python-geojson: Fix build.

* gnu/packages/python-xyz.scm (python-geojson)[native-inputs]: Add
python-setuptools, python-wheel.

Change-Id: I275dd67016c39ad0be8794852c7765679f63f45c
This commit is contained in:
Danny Milosavljevic 2024-12-20 23:55:46 +01:00
parent 7ec16e7a52
commit 913840a87a
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -16985,6 +16985,7 @@ Python code formatter \"black\".")
(sha256
(base32 "1b5df7skx3906046j12yjv8gdbcy17q9y3lbqbpmi83yf90gm9sq"))))
(build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/jazzband/geojson")
(synopsis "Python bindings and utilities for GeoJSON")
(description