gnu: Remove python2-ipyparallel.

* gnu/packages/python-xyz.scm (python2-ipyparallel): Remove variable.
This commit is contained in:
Ricardo Wurmus 2021-04-13 08:43:28 +02:00
parent 1388c166e7
commit 3a62614f32
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")