guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 92c2a4269c23fc7b8ccdc8d5651d498c3d994580
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Dec 8 23:31:15 2025 +0000
gnu: python-stwcs: Remove relax-requirements phase.
* gnu/packages/astronomy.scm (python-stwcs)[arguments]<phases>: Remove
'relax-requirements.
Change-Id: I7349cb56841adcf7e61c2d012d19d95f4b38bb5c
---
gnu/packages/astronomy.scm | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a43185db4f..086af6379c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9896,16 +9896,7 @@ packages for HST.")
"test_update_legacy_file"
"test_update_stis_asn"
"test_update_waiver_wfpc2")
- " and not "))
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- (lambda _
- (substitute* "pyproject.toml"
- ;; XXX: Build and check phases passed just fine, it looks like
- ;; a blind pin to 2+ version, see:
- ;;
<https://github.com/spacetelescope/stwcs/releases/tag/1.7.4>.
- (("numpy>=2.0") "numpy")))))))
+ " and not "))))
(native-inputs
(list nss-certs-for-test
python-pytest