summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>2019-01-02 16:06:55 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-01-02 16:33:57 +0100
commit4fc112b452b6ac086bd93efc2ba137990a44d34a (patch)
treea8948189659854dd3ab3bf259c88d2bbb4e0de2c /gnu/packages
parent88bf9be38e32787393cb4c71d79d73c1d1971754 (diff)
downloadguix-4fc112b452b6ac086bd93efc2ba137990a44d34a.tar.gz
gnu: python-ipython: Remove dependency on python-jupyter-core-minimal.
* gnu/packages/python.scm (python-ipython)[propagated-inputs]: Remove
python-jupyter-core-minimal.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 52fa59329c..1c5b163041 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)