diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-22 19:48:01 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-22 19:53:17 +0200 |
commit | 8a0e94f69be6bbe2edf89ace385d7062f90970c1 (patch) | |
tree | 43ea331bb1e14ffbb90585bd587c2fef8cbe5062 | |
parent | d51b8ac9474a09b3baea4aa8cb1745d6ce9121cd (diff) | |
download | guix-8a0e94f69be6bbe2edf89ace385d7062f90970c1.tar.gz guix-8a0e94f69be6bbe2edf89ace385d7062f90970c1.zip |
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.
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
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") |