mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-scikit-misc: Don't propagate python-numpydoc.
* gnu/packages/python-science.scm (python-scikit-misc) [propagated-inputs]: Remove python-numpydoc. [native-inputs]: Add python-numpydoc. Change-Id: I9f3d3550789dd2943f496d90f59a063ac7df5e97 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
e51db1ef93
commit
5cdbebdb8d
1 changed files with 1 additions and 1 deletions
|
|
@ -3054,13 +3054,13 @@ logic, also known as grey logic.")
|
|||
(string-append "version = \"" #$version "\""))))))))
|
||||
(propagated-inputs (list meson-python
|
||||
python-numpy
|
||||
python-numpydoc
|
||||
python-spin))
|
||||
(native-inputs (list gfortran
|
||||
pkg-config
|
||||
python-cython
|
||||
python-meson-python
|
||||
python-numpy
|
||||
python-numpydoc
|
||||
python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue