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.
This commit is contained in:
Marius Bakke 2021-05-22 19:48:01 +02:00
parent d51b8ac947
commit 8a0e94f69b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7554,9 +7554,6 @@ (define-public python-ipython-cluster-helper
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")