diff options
author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-20 23:55:46 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-21 02:26:48 +0100 |
commit | 913840a87a281075677d5f8798bd380ae4a91ea5 (patch) | |
tree | 69f95e10ba06672b8d5c3097efb5ae1cbeb14205 /gnu | |
parent | 7ec16e7a5211f5d6d6a6cb113c215681772af5c2 (diff) | |
download | guix-913840a87a281075677d5f8798bd380ae4a91ea5.tar.gz guix-913840a87a281075677d5f8798bd380ae4a91ea5.zip |
gnu: python-geojson: Fix build.
* gnu/packages/python-xyz.scm (python-geojson)[native-inputs]: Add
python-setuptools, python-wheel.
Change-Id: I275dd67016c39ad0be8794852c7765679f63f45c
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fadd373f58..f24af4b907 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |