mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-08 22:20:38 +02:00
gnu: python-yt: Remove relax-requirements phase.
* gnu/packages/astronomy.scm (python-yt): Remove relax-requirements phase. Change-Id: Iaeca599a4bbb250f9b524bb85958c78da5b1fdec
This commit is contained in:
@@ -6520,14 +6520,6 @@ using (multivariate) polynomials.")
|
||||
" and not "))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'relax-requirements
|
||||
(lambda _
|
||||
(substitute* "pyproject.toml"
|
||||
;; XXX: Updating ipywidgets requires long chain of rebuilds,
|
||||
;; maybe for python-team.
|
||||
;;
|
||||
;; ipywidgets>=8.0.0
|
||||
((">=8.0.0") ">=7.6.3"))))
|
||||
(add-before 'check 'prepare-test-environment
|
||||
(lambda _
|
||||
(setenv "HOME" "/tmp")
|
||||
|
||||
Reference in New Issue
Block a user