mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Remove python2-oslo.log.
This package fails to build and has no users in Guix. * gnu/packages/openstack.scm (python2-oslo.log): Remove variable.
This commit is contained in:
parent
dc99be08ef
commit
e778c457a5
1 changed files with 0 additions and 3 deletions
|
@ -520,9 +520,6 @@ (define-public python-oslo.log
|
||||||
handlers and support for context specific logging (like resource id’s etc).")
|
handlers and support for context specific logging (like resource id’s etc).")
|
||||||
(license asl2.0)))
|
(license asl2.0)))
|
||||||
|
|
||||||
(define-public python2-oslo.log
|
|
||||||
(package-with-python2 python-oslo.log))
|
|
||||||
|
|
||||||
(define-public python-oslo.serialization
|
(define-public python-oslo.serialization
|
||||||
(package
|
(package
|
||||||
(name "python-oslo.serialization")
|
(name "python-oslo.serialization")
|
||||||
|
|
Loading…
Reference in a new issue