From 8a0e94f69be6bbe2edf89ace385d7062f90970c1 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 22 May 2021 19:48:01 +0200 Subject: 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. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 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") -- cgit v1.2.3