mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-astropy-healpix: Remove relax-requirements phase.
* gnu/packages/astronomy.scm (python-astropy-healpix) [arguments] <phases>: Remove 'relax-requirements. Change-Id: Ie5cb8b3b266c80079d631ba89eb5be50fb6ea0e1
This commit is contained in:
parent
4aa71f5e69
commit
a256042b1d
1 changed files with 0 additions and 5 deletions
|
@ -2826,11 +2826,6 @@ astronomy and astrophysics.")
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'relax-requirements
|
|
||||||
(lambda _
|
|
||||||
(substitute* "setup.cfg"
|
|
||||||
;; numpy>=1.25
|
|
||||||
((">=1.25") ">=1.24"))))
|
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? test-flags #:allow-other-keys)
|
(lambda* (#:key tests? test-flags #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue