gnu: python-scikit-image: Propagate six and numpy.

* gnu/packages/python.scm (python-scikit-image)[native-inputs]: Move
PYTHON-NUMPY and PYTHON-SIX ...
[propagated-inputs]: ... here.
This commit is contained in:
Marius Bakke 2018-12-03 14:08:13 +01:00
parent fcb5409438
commit 635d29c244
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 4 deletions

View File

@ -2839,13 +2839,13 @@ and is very extensible.")
("python-dask" ,python-dask)
("python-matplotlib" ,python-matplotlib)
("python-networkx" ,python-networkx)
("python-numpy" ,python-numpy)
("python-pillow" ,python-pillow)
("python-pywavelets" ,python-pywavelets)
("python-scipy" ,python-scipy)))
(native-inputs
`(("python-numpy" ,python-numpy)
("python-cython" ,python-cython)
("python-scipy" ,python-scipy)
("python-six" ,python-six)))
(native-inputs
`(("python-cython" ,python-cython)))
(home-page "http://scikit-image.org/")
(synopsis "Image processing in Python")
(description