guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit fbd85c4d198f81f8347d4615cfac74b57cc6c3db
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 3 23:31:10 2026 +0000

    gnu: python-gizmo-analysis: Remove relax-requirements phase.
    
    * gnu/packages/astronomy.scm (python-gizmo-analysis):
    [phases]{relax-requirements}: Remove phase.
    
    Change-Id: Id35c2554efe5dcdf84fd0bcbc947e3017e345646
---
 gnu/packages/astronomy.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6155d4f492..8548bea167 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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

Reply via email to