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.
This commit is contained in:
parent
d440e02094
commit
3b9610b559
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user