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:
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

View file

@ -825,17 +825,8 @@ (define-public python-swiftclient
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")