gnu: Remove python2-jupyter-core.

* gnu/packages/python-xyz.scm (python2-jupyter-core): Remove variable.
This commit is contained in:
Ricardo Wurmus 2021-04-13 08:44:07 +02:00
parent 3a62614f32
commit a0a8fdeaf2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7215,9 +7215,6 @@ (define-public python-jupyter-core
"Jupyter core is the base package on which Jupyter projects rely.")
(license license:bsd-3)))
(define-public python2-jupyter-core
(package-with-python2 python-jupyter-core))
(define-public python-jupyter-client
(package
(name "python-jupyter-client")