gnu: python-pysam: Move cython and setuptools to native inputs.

* gnu/packages/bioinformatics.scm (python-pysam)[inputs]: Move
"python-cython" and "python-setuptools" from here...
[native-inputs]: ... to here.
master
Ricardo Wurmus 2016-03-03 13:13:53 +01:00
parent 3acb8c857c
commit 649e9b3b47
1 changed files with 4 additions and 3 deletions

View File

@ -859,10 +859,11 @@ multiple sequence alignments.")
(setenv "CFLAGS" "-D_CURSES_LIB=1"))
%standard-phases)))
(inputs
`(("python-cython" ,python-cython)
("python-setuptools" ,python-setuptools)
("ncurses" ,ncurses)
`(("ncurses" ,ncurses)
("zlib" ,zlib)))
(native-inputs
`(("python-cython" ,python-cython)
("python-setuptools" ,python-setuptools)))
(home-page "https://github.com/pysam-developers/pysam")
(synopsis "Python bindings to the SAMtools C API")
(description