gnu: Remove python2-oslo.serialization.
* gnu/packages/openstack.scm (python2-oslo.serialization): Remove variable. (python-oslo.serialization)[properties]: Remove.
parent
e778c457a5
commit
710f7b5742
|
@ -549,18 +549,8 @@ handlers and support for context specific logging (like resource id’s etc).")
|
||||||
(description
|
(description
|
||||||
"The oslo.serialization library provides support for representing objects
|
"The oslo.serialization library provides support for representing objects
|
||||||
in transmittable and storable formats, such as JSON and MessagePack.")
|
in transmittable and storable formats, such as JSON and MessagePack.")
|
||||||
(properties `((python2-variant . ,(delay python2-oslo.serialization))))
|
|
||||||
(license asl2.0)))
|
(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
|
(define-public python-reno
|
||||||
(package
|
(package
|
||||||
(name "python-reno")
|
(name "python-reno")
|
||||||
|
|
Reference in New Issue