guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 48095f3416f268d611c6e116cd2dd7a5ff1bb37f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 3 23:34:17 2026 +0000
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
---
gnu/packages/astronomy.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 8548bea167..306d486d98 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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")))