diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-10 21:23:17 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:41 +0100 |
| commit | 53756b005faa6924f33b65ffa34212a1b533558f (patch) | |
| tree | 6d9d88982aabd9f344864e075100b8bff64d2521 /gnu | |
| parent | 9310e926b807bca86a25ace929e4b19f6995cece (diff) | |
gnu: python-asdf-astropy: Add missing input.
* gnu/packages/astronomy.scm (python-asdf-astropy)[native-inputs]: Add
python-wheel.
[arguments]: Remove obsolete phase 'relax-requirements.
Change-Id: Ia5f475073cf372697b4f8c6661930a3893810b37
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index a5356cb524..eb48fc29ef 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1678,12 +1678,6 @@ implementation of the ASDF Standard.") #~(list "--numprocesses" (number->string (parallel-job-count))) #:phases #~(modify-phases %standard-phases - (add-after 'unpack 'relax-requirements - (lambda _ - (substitute* "pyproject.toml" - ;; numpy>=1.24, all tests passed successfuly. Scheduled for - ;; update in python-team. - ((">=1.24") ">=1.23")))) (add-before 'check 'set-home-env (lambda _ (setenv "HOME" "/tmp")))))) (native-inputs @@ -1694,7 +1688,8 @@ implementation of the ASDF Standard.") python-pytest-astropy python-pytest-xdist python-scipy - python-setuptools-scm)) + python-setuptools-scm + python-wheel)) (propagated-inputs (list python-asdf python-asdf-coordinates-schemas |
