mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-gatspy: Adjust inputs.
* gnu/packages/astronomy.scm (python-gatspy) [native-inputs]: Remove python-nose. Change-Id: Ifbbaedf62817339743ac2313626cd058134479d9
This commit is contained in:
parent
4181877dcd
commit
63508a6548
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue