mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Remove python2-oslo.serialization.
* gnu/packages/openstack.scm (python2-oslo.serialization): Remove variable. (python-oslo.serialization)[properties]: Remove.
This commit is contained in:
parent
e778c457a5
commit
710f7b5742
1 changed files with 0 additions and 10 deletions
|
@ -549,18 +549,8 @@ (define-public python-oslo.serialization
|
|||
(description
|
||||
"The oslo.serialization library provides support for representing objects
|
||||
in transmittable and storable formats, such as JSON and MessagePack.")
|
||||
(properties `((python2-variant . ,(delay python2-oslo.serialization))))
|
||||
(license asl2.0)))
|
||||
|
||||
(define-public python2-oslo.serialization
|
||||
(let ((base (package-with-python2 (strip-python2-variant
|
||||
python-oslo.serialization))))
|
||||
(package
|
||||
(inherit base)
|
||||
(native-inputs
|
||||
`(("python2-ipaddress" ,python2-ipaddress)
|
||||
,@(package-native-inputs base))))))
|
||||
|
||||
(define-public python-reno
|
||||
(package
|
||||
(name "python-reno")
|
||||
|
|
Loading…
Reference in a new issue