diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-12 16:28:29 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:18:50 +0100 |
| commit | e4c3339f638c19bce448dd20bb46a9b6dbb11c81 (patch) | |
| tree | 642570ec69446a4868810c9feece7f6f5d99a02a | |
| parent | fd00d2ad5d15534ac45c3deaf66c73542e47bf10 (diff) | |
gnu: python-zodipy: Remove relax-requirements phase.
* gnu/packages/astronomy.scm (python-zodipy)[arguments] <phases>:
Remove 'relax-requirements.
Change-Id: I9b4ba21b06764f34212fd3fc019073f699cd36b9
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -rw-r--r-- | gnu/packages/astronomy.scm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 1b5c8fa12b1..225c5bc12e0 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10744,7 +10744,7 @@ analysis. This package contains functionality for: (version "1.1.1") (source (origin - (method git-fetch) ;; no tests in the PyPI tarball + (method git-fetch) (uri (git-reference ;; XXX: Upstream is not stable with version style ;; <https://github.com/Cosmoglobe/zodipy/issues/48> @@ -10754,15 +10754,6 @@ analysis. This package contains functionality for: (sha256 (base32 "0n51bism8irj2afj4xjyx438ylcc8f1dw2x0jy8xg90x7wdh30cm")))) (build-system pyproject-build-system) - (arguments - (list - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'relax-requirements - (lambda _ - (substitute* "pyproject.toml" - ;; scipy = "^1.13.0" - (("1.13.0") "1.12.0"))))))) (native-inputs (list python-poetry-core python-pytest)) |
