mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 11:55:06 -06:00
gnu: python-sep: Remove relax-requirements phase.
* gnu/packages/astronomy.scm (python-sep):
[phases]{relax-requirements}: Remove phase.
[native-inputs]: Remove python-wheel.
Change-Id: Ifb16d132624f1fb3c9b578e6644fda5ee524745b
This commit is contained in:
parent
ca9a0b38f2
commit
ae2ad97fa3
1 changed files with 1 additions and 7 deletions
|
|
@ -8586,11 +8586,6 @@ well as ephemerides services
|
|||
#:test-flags #~(list "test.py")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'relax-requirements
|
||||
(lambda _
|
||||
(substitute* "pyproject.toml"
|
||||
;; numpy = "^1.26.4"
|
||||
(("1.26.4") "1.26.2"))))
|
||||
(add-after 'unpack 'set-version
|
||||
(lambda _
|
||||
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION"
|
||||
|
|
@ -8599,8 +8594,7 @@ well as ephemerides services
|
|||
(list python-cython
|
||||
python-pytest
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
python-setuptools-scm))
|
||||
(propagated-inputs
|
||||
(list python-numpy))
|
||||
(synopsis "Python library for Source Extraction and Photometry")))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue