mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
d51b8ac947
commit
8a0e94f69b
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue