gnu: python-ipython: Remove dependency on python-jupyter-core-minimal.

* gnu/packages/python.scm (python-ipython)[propagated-inputs]: Remove
python-jupyter-core-minimal.
This commit is contained in:
Ricardo Wurmus 2019-01-02 16:06:55 +01:00 committed by Ricardo Wurmus
parent 88bf9be38e
commit 4fc112b452
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 6 deletions

View File

@ -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)