summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-04-13 08:44:07 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-04-13 13:41:18 +0200
commita0a8fdeaf2db2695dd7944ee7d2e5eeade9e600b (patch)
tree732f0c172a2ba894b5a73f92890877dac909eadb /gnu/packages/python-xyz.scm
parent3a62614f322f403568aa0e0d110a256387c5a012 (diff)
downloadguix-patches-a0a8fdeaf2db2695dd7944ee7d2e5eeade9e600b.tar
guix-patches-a0a8fdeaf2db2695dd7944ee7d2e5eeade9e600b.tar.gz
gnu: Remove python2-jupyter-core.
* gnu/packages/python-xyz.scm (python2-jupyter-core): Remove variable.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f454a0a018..c3966c8016 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7215,9 +7215,6 @@ without using the configuration machinery.")
"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")