mbakke pushed a commit to branch master
in repository guix.

commit 3b9610b559d162c3f894a700a0118186a5e7a483
Author: Marius Bakke <[email protected]>
AuthorDate: Mon Mar 16 13:04:23 2020 +0100

    gnu: Remove python2-swiftclient.
    
    This package fails to build and has no reverse dependencies.
    
    * gnu/packages/openstack.scm (python2-swiftclient): Remove variable.
    (python-swiftclient)[properties]: Remove.
---
 gnu/packages/openstack.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index c3ab3fe..07c443b 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -825,17 +825,8 @@ data that best fit this type of storage model are virtual 
machine images, photo
 storage, email storage and backup archiving.  Having no central \"brain\" or
 master point of control provides greater scalability, redundancy and
 permanence.")
-    (properties `((python2-variant . ,(delay python2-swiftclient))))
     (license asl2.0)))
 
-(define-public python2-swiftclient
-  (let ((swiftclient (package-with-python2
-                      (strip-python2-variant python-swiftclient))))
-    (package (inherit swiftclient)
-      (propagated-inputs
-       `(("python2-futures" ,python2-futures)
-         ,@(package-propagated-inputs swiftclient))))))
-
 (define-public python-git-review
   (package
     (name "python-git-review")

Reply via email to