gnu: python2-pysnptools: Correct inputs.
dateutil, pytz, and six do not occur in the code. Remove python-dateutil, python-pytz, python-six from inputs; Move python-cython to native-inputs; move python-pandas to propagated-inputs.
This commit is contained in:
parent
e408ffc302
commit
b72ac1b54b
|
@ -3517,12 +3517,9 @@ toolkits.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python2-numpy" ,python2-numpy)
|
`(("python2-numpy" ,python2-numpy)
|
||||||
("python2-scipy" ,python2-scipy)
|
("python2-scipy" ,python2-scipy)
|
||||||
("python2-pytz" ,python2-pytz)
|
("python2-pandas" ,python2-pandas)))
|
||||||
("python2-cython" ,python2-cython)))
|
(native-inputs
|
||||||
(inputs
|
`(("python2-cython" ,python2-cython)))
|
||||||
`(("python2-dateutil-2" ,python2-dateutil-2)
|
|
||||||
("python2-pandas" ,python2-pandas)
|
|
||||||
("python2-six" ,python2-six)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)))
|
`(("unzip" ,unzip)))
|
||||||
(home-page "http://research.microsoft.com/en-us/um/redmond/projects/mscompbio/")
|
(home-page "http://research.microsoft.com/en-us/um/redmond/projects/mscompbio/")
|
||||||
|
|
Loading…
Reference in New Issue