mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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:
parent
2ac335b3a3
commit
ca9a0b38f2
1 changed files with 1 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue