mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Remove python2-ipyparallel.
* gnu/packages/python-xyz.scm (python2-ipyparallel): Remove variable.
This commit is contained in:
parent
1388c166e7
commit
3a62614f32
1 changed files with 0 additions and 7 deletions
|
@ -7105,13 +7105,6 @@ (define-public python-ipyparallel
|
|||
@end enumerate")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-ipyparallel
|
||||
(let ((ipyparallel (package-with-python2 python-ipyparallel)))
|
||||
(package/inherit ipyparallel
|
||||
(propagated-inputs
|
||||
`(("python2-futures" ,python2-futures)
|
||||
,@(package-propagated-inputs ipyparallel))))))
|
||||
|
||||
(define-public python-ipython-cluster-helper
|
||||
(package
|
||||
(name "python-ipython-cluster-helper")
|
||||
|
|
Loading…
Reference in a new issue