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:
Hartmut Goebel 2016-10-07 22:03:39 +02:00
parent e408ffc302
commit b72ac1b54b
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -3517,12 +3517,9 @@ (define-public python2-pysnptools
(propagated-inputs
`(("python2-numpy" ,python2-numpy)
("python2-scipy" ,python2-scipy)
("python2-pytz" ,python2-pytz)
("python2-cython" ,python2-cython)))
(inputs
`(("python2-dateutil-2" ,python2-dateutil-2)
("python2-pandas" ,python2-pandas)
("python2-six" ,python2-six)))
("python2-pandas" ,python2-pandas)))
(native-inputs
`(("python2-cython" ,python2-cython)))
(native-inputs
`(("unzip" ,unzip)))
(home-page "http://research.microsoft.com/en-us/um/redmond/projects/mscompbio/")