gnu: Add python2-aniso8601.
* gnu/packages/python.scm (python2-aniso8601): New variable.
This commit is contained in:
parent
64791fae63
commit
cb95e5e50e
|
@ -13483,6 +13483,9 @@ useful as a validator for JSON data.")
|
||||||
"This package contains a library for parsing ISO 8601 datetime strings.")
|
"This package contains a library for parsing ISO 8601 datetime strings.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python2-aniso8601
|
||||||
|
(package-with-python2 python-aniso8601))
|
||||||
|
|
||||||
(define-public python-flask-restful
|
(define-public python-flask-restful
|
||||||
(package
|
(package
|
||||||
(name "python-flask-restful")
|
(name "python-flask-restful")
|
||||||
|
|
Loading…
Reference in New Issue