diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 13:04:23 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 15:45:35 +0100 |
commit | 3b9610b559d162c3f894a700a0118186a5e7a483 (patch) | |
tree | 718c1c6205f880fe90a7eead337028c7cf172a61 /gnu | |
parent | d440e020943c133b8d6e214b116cfac32c9a1f59 (diff) | |
download | gnu-guix-3b9610b559d162c3f894a700a0118186a5e7a483.tar gnu-guix-3b9610b559d162c3f894a700a0118186a5e7a483.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/openstack.scm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index c3ab3fe953..07c443b3da 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") |