mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: python-asdf-zarr: Fix build.
* gnu/packages/astronomy.scm (python-asdf-zarr): [propagated-inputs]: Remove python-asdf; add python-asdf-3. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie62ac1f0c71ff8f566377c1f1cdcda4227f12bbf
This commit is contained in:
parent
1dcd0ded86
commit
ba2742ff91
1 changed files with 8 additions and 3 deletions
|
@ -1720,10 +1720,15 @@ (define-public python-asdf-zarr
|
|||
(sha256
|
||||
(base32 "0xddz4hnsypyvqxhi43alaqh2vl1ripcl4p63qn6dk2v90lra8c0"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-asdf python-fsspec python-zarr))
|
||||
(native-inputs
|
||||
(list python-pytest python-setuptools-scm))
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-asdf-3
|
||||
python-fsspec
|
||||
python-zarr))
|
||||
(home-page "https://github.com/asdf-format/asdf-zarr")
|
||||
(synopsis "Asdf extension to support Zarr arrays")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue