summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-22 19:48:01 +0200
committerMarius Bakke <marius@gnu.org>2021-05-22 19:53:17 +0200
commit8a0e94f69be6bbe2edf89ace385d7062f90970c1 (patch)
tree43ea331bb1e14ffbb90585bd587c2fef8cbe5062 /gnu/packages/python-xyz.scm
parentd51b8ac9474a09b3baea4aa8cb1745d6ce9121cd (diff)
downloadguix-patches-8a0e94f69be6bbe2edf89ace385d7062f90970c1.tar
guix-patches-8a0e94f69be6bbe2edf89ace385d7062f90970c1.tar.gz
gnu: Remove python2-ipython-cluster-helper.
Some of its requirements no longer support Python 2 which has left this package broken for a while. * gnu/packages/python-xyz.scm (python2-ipython-cluster-helper): 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 2b02efa0c4..c501b65a55 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7554,9 +7554,6 @@ profile, launches a cluster and returns a view. On program exit it shuts the
cluster down and deletes the throwaway profile.")
(license license:expat)))
-(define-public python2-ipython-cluster-helper
- (package-with-python2 python-ipython-cluster-helper))
-
(define-public python-traitlets
(package
(name "python-traitlets")