gnu: Remove python2-keystoneclient.

This package fails to build and has no reverse dependencies.

* gnu/packages/openstack.scm (python2-keystoneclient): Remove variable.
This commit is contained in:
Marius Bakke 2020-03-16 13:03:01 +01:00
parent 2680a3d83e
commit d440e02094
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -786,21 +786,6 @@ (define-public python-keystoneclient
LDAP.")
(license asl2.0)))
(define-public python2-keystoneclient
(let ((keystoneclient (package-with-python2 python-keystoneclient)))
(package (inherit keystoneclient)
(propagated-inputs
`(("python2-requests" ,python2-requests)
,@(alist-delete "python-requests"
(package-propagated-inputs keystoneclient))))
(native-inputs
`(("python2-oauthlib" ,python2-oauthlib)
("python2-oslosphinx" ,python2-oslosphinx)
("python2-requests-mock" ,python2-requests-mock)
("python2-tempest-lib" ,python2-tempest-lib)
,@(fold alist-delete (package-native-inputs keystoneclient)
'("python-oauthlib" "python-oslosphinx" "python-requests-mock" "python-tempest-lib")))))))
(define-public python-swiftclient
(package
(name "python-swiftclient")