gnu: python-pandas: Fix build.

* gnu/packages/python.scm (python-pandas): Add python-cython to
  native-inputs.
This commit is contained in:
Hartmut Goebel 2016-10-10 11:39:29 +02:00
parent e116d100fd
commit abcc7a0eb9
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -1036,7 +1036,8 @@ (define-public python-pandas
("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