me
/
guix
Archived
1
0
Fork 0

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.
Marius Bakke 2020-03-16 13:04:23 +01:00
parent d440e02094
commit 3b9610b559
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 9 deletions

View File

@ -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 storage, email storage and backup archiving. Having no central \"brain\" or
master point of control provides greater scalability, redundancy and master point of control provides greater scalability, redundancy and
permanence.") permanence.")
(properties `((python2-variant . ,(delay python2-swiftclient))))
(license asl2.0))) (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 (define-public python-git-review
(package (package
(name "python-git-review") (name "python-git-review")