mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7ec16e7a52
commit
913840a87a
1 changed files with 1 additions and 0 deletions
|
@ -16985,6 +16985,7 @@ Python code formatter \"black\".")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1b5df7skx3906046j12yjv8gdbcy17q9y3lbqbpmi83yf90gm9sq"))))
|
(base32 "1b5df7skx3906046j12yjv8gdbcy17q9y3lbqbpmi83yf90gm9sq"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/jazzband/geojson")
|
(home-page "https://github.com/jazzband/geojson")
|
||||||
(synopsis "Python bindings and utilities for GeoJSON")
|
(synopsis "Python bindings and utilities for GeoJSON")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue