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:
宋文武 2025-01-15 13:23:27 +08:00 committed by Ricardo Wurmus
parent 1ffb84c5a3
commit 298d371de8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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.")