From 393388cdd2d6069462705524bf77786f2067fe97 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 3 Jan 2026 23:31:10 +0000 Subject: [PATCH] gnu: python-gizmo-analysis: Remove relax-requirements phase. * gnu/packages/astronomy.scm (python-gizmo-analysis): [phases]{relax-requirements}: Remove phase. Change-Id: Id35c2554efe5dcdf84fd0bcbc947e3017e345646 Signed-off-by: Rutherther --- gnu/packages/astronomy.scm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 6155d4f492d2395ea32fa5848ccaf7057694a524..8548bea167132a9483ad0b9fee179e31da468091 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5035,15 +5035,7 @@ Python.") (base32 "199wvy9jnb76dp1xvh8r3gyjrxipvh51fpvhqgc6gq0frkjxxnf9")))) (build-system pyproject-build-system) (arguments - (list - #:tests? #f ;no tests - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'relax-requirements - ;; XXX: remove on python-team merge - (lambda _ - (substitute* "pyproject.toml" - ((">=1.13") ">=1.11"))))))) + (list #:tests? #f)) ;no tests (native-inputs (list python-setuptools)) (propagated-inputs