mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +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
|
;; 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
|
||||||
|
|
Loading…
Reference in a new issue