~ruther/guix-local

a256042b1d77365c9cf7d9ae4cd89933ae6af39a — Sharlatan Hellseher 6 months ago 4aa71f5
gnu: python-astropy-healpix: Remove relax-requirements phase.

* gnu/packages/astronomy.scm (python-astropy-healpix) [arguments]
<phases>: Remove 'relax-requirements.

Change-Id: Ie5cb8b3b266c80079d631ba89eb5be50fb6ea0e1
1 files changed, 0 insertions(+), 5 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +0 -5
@@ 2826,11 2826,6 @@ astronomy and astrophysics.")
     (list
      #:phases
      #~(modify-phases %standard-phases
          (add-after 'unpack 'relax-requirements
            (lambda _
              (substitute* "setup.cfg"
                ;; numpy>=1.25
                ((">=1.25") ">=1.24"))))
          (replace 'check
            (lambda* (#:key tests? test-flags #:allow-other-keys)
              (when tests?