~ruther/guix-local

393388cdd2d6069462705524bf77786f2067fe97 — Sharlatan Hellseher 2 months ago 2a45091
gnu: python-gizmo-analysis: Remove relax-requirements phase.

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

Change-Id: Id35c2554efe5dcdf84fd0bcbc947e3017e345646
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 1 insertions(+), 9 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +1 -9
@@ 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