gnu: python-pandas: Fix build.
* gnu/packages/python.scm (python-pandas): Add python-cython to native-inputs.
This commit is contained in:
parent
e116d100fd
commit
abcc7a0eb9
|
@ -1036,7 +1036,8 @@ datetime module, available in Python 2.3+.")
|
|||
("python-pytz" ,python-pytz)
|
||||
("python-dateutil" ,python-dateutil-2)))
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)))
|
||||
`(("python-nose" ,python-nose)
|
||||
("python-cython" ,python-cython)))
|
||||
(home-page "http://pandas.pydata.org")
|
||||
(synopsis "Data structures for data analysis, time series, and statistics")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue