gnu: python-hdf5: Correct inputs.

According to setup.py python-six is requried at run-time, thus has to be a
propagated input.

* gnu/packages/python.scm (python-hdf5) [inputs]: Move `python-six` to
  [propagated-inputs].
master
Hartmut Goebel 2016-10-06 15:38:20 +02:00
parent 9820a02858
commit 6986669012
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 3 additions and 3 deletions

View File

@ -742,10 +742,10 @@ and verifies that it matches the intended target hostname.")
(string-append "['" prefix "/lib" "']")))
#t))))))
(propagated-inputs
`(("python-numpy" ,python-numpy)))
`(("python-six" ,python-six)
("python-numpy" ,python-numpy)))
(inputs
`(("hdf5" ,hdf5)
("python-six" ,python-six)))
`(("hdf5" ,hdf5)))
(native-inputs
`(("python-cython" ,python-cython)
("python-pkgconfig" ,python-pkgconfig)))