diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-15 13:23:27 +0800 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:58 +0100 |
commit | 298d371de843b3cb801d7fb9620547b3880a5020 (patch) | |
tree | d4b765471f7a56ca994779ce3ffee1b7cd084ee1 | |
parent | 1ffb84c5a3ba7d82d09fed2de41b9ef8113ec7ec (diff) |
gnu: python-gpxpy: Fix build.
* gnu/packages/python-xyz.scm (python-gpxpy)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I89d4360ed6502c84580bface08dba850c5d9efe1
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7df039822a8..84bafb253d1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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.") |