From 5d26e542ee624e764f9f273e45ea6f0fc718ecf7 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Tue, 1 Dec 2015 17:41:32 +0100 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f033cb1a79..513910e5f6 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) -- cgit v1.2.3