guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

50/57: gnu: python-pandas: Fix build.


From: Hartmut Goebel
Subject: 50/57: gnu: python-pandas: Fix build.
Date: Thu, 13 Oct 2016 15:20:35 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 3331498967ef412e0cad55c102fc754eccfe0cdd
Author: Hartmut Goebel <address@hidden>
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 e82083b..6918a96 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1009,7 +1009,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]