rekado pushed a commit to branch master in repository guix. commit 3a62614f322f403568aa0e0d110a256387c5a012 Author: Ricardo Wurmus <rek...@elephly.net> AuthorDate: Tue Apr 13 08:43:28 2021 +0200
gnu: Remove python2-ipyparallel. * gnu/packages/python-xyz.scm (python2-ipyparallel): Remove variable. --- gnu/packages/python-xyz.scm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1f76cfd..f454a0a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7105,13 +7105,6 @@ CLI scripts: @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")