gnu: python-gizmo-analysis: Remove relax-requirements phase.

* gnu/packages/astronomy.scm (python-gizmo-analysis):
[phases]{relax-requirements}: Remove phase.

Change-Id: Id35c2554efe5dcdf84fd0bcbc947e3017e345646
This commit is contained in:
Sharlatan Hellseher 2026-01-03 23:31:10 +00:00 committed by Andreas Enge
parent 2ac335b3a3
commit ca9a0b38f2
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -5035,15 +5035,7 @@ Python.")
(base32 "199wvy9jnb76dp1xvh8r3gyjrxipvh51fpvhqgc6gq0frkjxxnf9"))))
(build-system pyproject-build-system)
(arguments
(list
#:tests? #f ;no tests
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'relax-requirements
;; XXX: remove on python-team merge
(lambda _
(substitute* "pyproject.toml"
((">=1.13") ">=1.11")))))))
(list #:tests? #f)) ;no tests
(native-inputs
(list python-setuptools))
(propagated-inputs