guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-ipython: Don't use the bootstrap version of 'python-n


From: Federico Beffa
Subject: 02/03: gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'.
Date: Wed, 02 Dec 2015 17:22:52 +0000

beffa pushed a commit to branch master
in repository guix.

commit 5d26e542ee624e764f9f273e45ea6f0fc718ecf7
Author: Federico Beffa <address@hidden>
Date:   Tue Dec 1 17:41:32 2015 +0100

    gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'.
    
    * gnu/packages/python.scm (python-ipython): Do it.
---
 gnu/packages/python.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f033cb1..513910e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4146,7 +4146,7 @@ without using the configuration machinery.")
      `(("readline" ,readline)
        ("which" ,which)
        ("python-matplotlib" ,python-matplotlib)
-       ("python-numpy" ,python-numpy-bootstrap)
+       ("python-numpy" ,python-numpy)
        ("python-numpydoc" ,python-numpydoc)
        ("python-jinja2" ,python-jinja2)
        ("python-mistune" ,python-mistune)



reply via email to

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