~ruther/guix-local

913840a87a281075677d5f8798bd380ae4a91ea5 — Danny Milosavljevic 1 year, 4 months ago 7ec16e7
gnu: python-geojson: Fix build.

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

Change-Id: I275dd67016c39ad0be8794852c7765679f63f45c
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -0
@@ 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