diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-11-17 12:16:08 +0000 |
---|---|---|
committer | Eric Bavier <bavier@posteo.net> | 2023-11-18 19:56:32 -0600 |
commit | 178871ff67a2eec93fe04b58b9d6bc8bf7ca71d0 (patch) | |
tree | a1f99bcb4d4974ce11bb8e72c8498fde6e96b5eb | |
parent | dbdc888316289bc053eaf1fff82d3435fd3981e5 (diff) |
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>
-rw-r--r-- | gnu/packages/astronomy.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 523030a0f7..e9caced125 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2663,7 +2663,7 @@ Science Institute} image array manipulation functions.") (sha256 (base32 "14457izlbnks84dyza75ib3nvx2w8nhlqm9vc1zb7hbhknb5gjvw")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments (list #:tests? #f)) ;No tests (propagated-inputs (list python-numpy)) |