guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/29: gnu: Remove python2-ipyparallel.


From: guix-commits
Subject: 14/29: gnu: Remove python2-ipyparallel.
Date: Tue, 13 Apr 2021 07:51:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3a62614f322f403568aa0e0d110a256387c5a012
Author: Ricardo Wurmus <rekado@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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]