diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 13:08:48 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 15:45:35 +0100 |
commit | 538f44de9ba74ebce637ab437b245bc546c6318b (patch) | |
tree | e36ccf87a784bed6e795c56181e8b415f9f081dc /gnu | |
parent | 710f7b57422bbbd171dac823de91d4c279f6ddef (diff) | |
download | patches-538f44de9ba74ebce637ab437b245bc546c6318b.tar patches-538f44de9ba74ebce637ab437b245bc546c6318b.tar.gz |
gnu: Remove python2-oslo.utils.
This package fails to build and has no users in Guix.
* gnu/packages/openstack.scm (python2-oslo.utils): Remove variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/openstack.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index cfec338bb1..4593b397a0 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -706,9 +706,6 @@ functions, such as encoding, exception handling, string manipulation, and time handling.") (license asl2.0))) -(define-public python2-oslo.utils - (package-with-python2 python-oslo.utils)) - (define-public python-keystoneclient (package (name "python-keystoneclient") |