mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: python-stsci-imagestats: Swap to pyproject-build-system.
The next release of the package will include test suite based on python-pytest, prepare for that. * gnu/packages/astronomy.scm (python-stsci-imagestats)[build-system]: Swap to python-stsci-imagestats. Change-Id: I5a70ef744ac7ad46f9e4474d84661b6b15028c9b Signed-off-by: Eric Bavier <bavier@posteo.net>
This commit is contained in:
parent
dbdc888316
commit
178871ff67
1 changed files with 1 additions and 1 deletions
|
@ -2663,7 +2663,7 @@ (define-public python-stsci-imagestats
|
|||
(sha256
|
||||
(base32
|
||||
"14457izlbnks84dyza75ib3nvx2w8nhlqm9vc1zb7hbhknb5gjvw"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ;No tests
|
||||
(propagated-inputs (list python-numpy))
|
||||
|
|
Loading…
Reference in a new issue