diff options
author | Sharlatan Hellseher <[email protected]> | 2025-02-17 14:55:54 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-02-28 22:44:03 +0000 |
commit | a2202e93f72e06b7ca5b2965297fe5f4b2e8ae0d (patch) | |
tree | d2a99e0afde0f15902627b75f1068810fea5d4e1 /gnu/packages/astronomy.scm | |
parent | 5270127cafa9382ee5521f1a3734bb5d736a984c (diff) |
gnu: python-specreduce: Simplify.
* gnu/packages/astronomy.scm (python-specreduce) [arguments] <phases>:
Remove 'patch-pyproject-toml.
[native-inputs]: Remove python-setuptools-scm; add
python-setuptools-scm-next.
Change-Id: Ia582574b00bfb5a08a39c8ac8bac591fd661706e
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index d406bab271..9df3e2f828 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3566,12 +3566,6 @@ but has evolved to support other missions as well.") " and not specreduce.calibration_data.get_reference_file_path")) #:phases #~(modify-phases %standard-phases - (add-after 'unpack 'patch-pypojrect-toml - (lambda _ - (substitute* "pyproject.toml" - ;; TypeError: Configuration.__init__() got an unexpected - ;; keyword argument 'version_file' - (("version_file = .*") "")))) (add-before 'check 'set-home (lambda _ ;; Relax matplotlib warning: ... because the default path @@ -3581,7 +3575,7 @@ but has evolved to support other missions as well.") (native-inputs (list python-photutils python-pytest-astropy - python-setuptools-scm + python-setuptools-scm-next python-wheel)) (propagated-inputs (list python-astropy |