htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit be661a5997e95797cbcdce062c692181571b23e4 Author: Hartmut Goebel <h.goe...@crazy-compilers.com> Date: Mon Oct 10 11:39:29 2016 +0200 gnu: python-pandas: Fix build. * gnu/packages/python.scm (python-pandas): Add python-cython to native-inputs. --- gnu/packages/python.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 86f81fd..18d2b39 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1010,7 +1010,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