gnu: python-gatspy: Adjust inputs.

* gnu/packages/astronomy.scm (python-gatspy) [native-inputs]: Remove
python-nose.

Change-Id: Ifbbaedf62817339743ac2313626cd058134479d9
This commit is contained in:
Sharlatan Hellseher 2024-11-21 21:49:24 +00:00
parent 4181877dcd
commit 63508a6548
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2158,12 +2158,14 @@ (define-public python-gatspy
;; Tests need this ;; Tests need this
(add-before 'check 'set-HOME (add-before 'check 'set-HOME
(lambda _ (setenv "HOME" "/tmp")))))) (lambda _ (setenv "HOME" "/tmp"))))))
(native-inputs
(list python-pytest
python-setuptools-scm))
(propagated-inputs (propagated-inputs
(list python-astroml (list python-astroml
python-numpy python-numpy
python-scipy python-scipy
python-supersmoother)) python-supersmoother))
(native-inputs (list python-pytest python-nose python-setuptools-scm))
(home-page "https://github.com/astroml/gatspy") (home-page "https://github.com/astroml/gatspy")
(synopsis "General tools for astronomical time series in Python") (synopsis "General tools for astronomical time series in Python")
(description (description