mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: python-pygsp: Add missing input.
* gnu/packages/graph.scm (python-pygsp)[native-inputs]: Add python-pytest. Change-Id: I94cd4e160dcbecfbb491c0d101bcbeb761189876
This commit is contained in:
parent
9d615b915b
commit
a4039b6994
1 changed files with 3 additions and 1 deletions
|
@ -552,7 +552,9 @@ (define-public python-pygsp
|
||||||
(("suites.append\\(test_docstrings.*")
|
(("suites.append\\(test_docstrings.*")
|
||||||
"")))))))
|
"")))))))
|
||||||
(propagated-inputs (list python-numpy python-scikit-image python-scipy))
|
(propagated-inputs (list python-numpy python-scikit-image python-scipy))
|
||||||
(native-inputs (list python-coverage python-coveralls python-flake8))
|
(native-inputs
|
||||||
|
(list python-coverage python-coveralls python-flake8
|
||||||
|
python-pytest))
|
||||||
(home-page "https://github.com/epfl-lts2/pygsp")
|
(home-page "https://github.com/epfl-lts2/pygsp")
|
||||||
(synopsis "Graph Signal Processing in Python")
|
(synopsis "Graph Signal Processing in Python")
|
||||||
(description "The PyGSP is a Python package to ease signal processing on
|
(description "The PyGSP is a Python package to ease signal processing on
|
||||||
|
|
Loading…
Reference in a new issue