gnu: python-scikit-image: Correct inputs.

* gnu/packages/python.scm: (python-scikit-image, python2-scikit-image)
  [propagated-inputs]: Move python-numpy and python-six to [native-inputs].
  Add comment.
This commit is contained in:
Hartmut Goebel 2016-10-16 20:27:53 +02:00
parent 9fbe7b2bca
commit b83e23337b
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 4 additions and 3 deletions

View File

@ -2960,15 +2960,16 @@ mining and data analysis.")
(sha256 (sha256
(base32 "0jz416fqvpahqyffw8plmszzfj669w8wvf3y9clnr5lr6a7md3kn")))) (base32 "0jz416fqvpahqyffw8plmszzfj669w8wvf3y9clnr5lr6a7md3kn"))))
(build-system python-build-system) (build-system python-build-system)
;; See DEPENDS.txt for the list of build and run time requiremnts
(propagated-inputs (propagated-inputs
`(("python-matplotlib" ,python-matplotlib) `(("python-matplotlib" ,python-matplotlib)
("python-networkx" ,python-networkx) ("python-networkx" ,python-networkx)
("python-numpy" ,python-numpy)
("python-scipy" ,python-scipy) ("python-scipy" ,python-scipy)
("python-six" ,python-six)
("python-pillow" ,python-pillow))) ("python-pillow" ,python-pillow)))
(native-inputs (native-inputs
`(("python-cython" ,python-cython))) `(("python-numpy" ,python-numpy)
("python-cython" ,python-cython)
("python-six" ,python-six)))
(home-page "http://scikit-image.org/") (home-page "http://scikit-image.org/")
(synopsis "Image processing in Python") (synopsis "Image processing in Python")
(description (description