rekado pushed a commit to branch master
in repository guix.
commit 4fc112b452b6ac086bd93efc2ba137990a44d34a
Author: Ricardo Wurmus <[email protected]>
Date: Wed Jan 2 16:06:55 2019 +0100
gnu: python-ipython: Remove dependency on python-jupyter-core-minimal.
* gnu/packages/python.scm (python-ipython)[propagated-inputs]: Remove
python-jupyter-core-minimal.
---
gnu/packages/python.scm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 52fa593..1c5b163 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4933,12 +4933,6 @@ trash.")
("python-numpy" ,python-numpy)
("python-numpydoc" ,python-numpydoc)
("python-jinja2" ,python-jinja2)
- ("python-jupyter-console"
- ;; The python-ipython and python-jupyter-console require each
- ;; other. To get the functionality in both packages working, strip
- ;; down the python-jupyter-console package when using it as an input
- ;; to python-ipython.
- ,python-jupyter-console-minimal)
("python-mistune" ,python-mistune)
("python-pexpect" ,python-pexpect)
("python-pickleshare" ,python-pickleshare)