From 63508a6548ab4f5b6209b90ce8507ad2d597ab41 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 21 Nov 2024 21:49:24 +0000 Subject: [PATCH] gnu: python-gatspy: Adjust inputs. * gnu/packages/astronomy.scm (python-gatspy) [native-inputs]: Remove python-nose. Change-Id: Ifbbaedf62817339743ac2313626cd058134479d9 --- gnu/packages/astronomy.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 547e216043..f400877ffe 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2158,12 +2158,14 @@ (define-public python-gatspy ;; Tests need this (add-before 'check 'set-HOME (lambda _ (setenv "HOME" "/tmp")))))) + (native-inputs + (list python-pytest + python-setuptools-scm)) (propagated-inputs (list python-astroml python-numpy python-scipy python-supersmoother)) - (native-inputs (list python-pytest python-nose python-setuptools-scm)) (home-page "https://github.com/astroml/gatspy") (synopsis "General tools for astronomical time series in Python") (description