From 6cb925c92b8da18c76429d60b79e7d93f07f3394 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 3 Jan 2026 23:34:17 +0000 Subject: [PATCH] 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 Signed-off-by: Rutherther --- 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 8548bea167132a9483ad0b9fee179e31da468091..306d486d98de525c0136fd09ca4f56835dfef30c 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")))