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:
Sharlatan Hellseher 2026-01-03 23:34:17 +00:00 committed by Andreas Enge
parent ca9a0b38f2
commit ae2ad97fa3
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")))