mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-gpxpy: Fix build.
* gnu/packages/python-xyz.scm (python-gpxpy)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I89d4360ed6502c84580bface08dba850c5d9efe1
This commit is contained in:
parent
1ffb84c5a3
commit
298d371de8
1 changed files with 2 additions and 0 deletions
|
@ -17302,6 +17302,8 @@ structures.")
|
|||
(sha256
|
||||
(base32 "1bh1dkrbmcqb46r7j4fazzq7j6zfr2f04frm6h4bhhpcjx5lhb57"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/tkrajina/gpxpy")
|
||||
(synopsis "Python GPX parser")
|
||||
(description "GPX file parser and GPS track manipulation library.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue