gnu: Add python2-aniso8601.

* gnu/packages/python.scm (python2-aniso8601): New variable.
This commit is contained in:
Cyril Roelandt 2017-10-07 05:44:31 +02:00
parent 64791fae63
commit cb95e5e50e
No known key found for this signature in database
GPG Key ID: 1C7995D2D5A38336
1 changed files with 3 additions and 0 deletions

View File

@ -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")