diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2017-10-07 05:44:31 +0200 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2017-10-10 02:35:44 +0200 |
commit | cb95e5e50eb672d36202e481035981653faa5cf5 (patch) | |
tree | 24c6607ef0e945ee4d796ddc19cae7617f003a72 /gnu/packages/python.scm | |
parent | 64791fae633038614d59b679c1026c22650ef38d (diff) | |
download | guix-cb95e5e50eb672d36202e481035981653faa5cf5.tar guix-cb95e5e50eb672d36202e481035981653faa5cf5.tar.gz |
gnu: Add python2-aniso8601.
* gnu/packages/python.scm (python2-aniso8601): New variable.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6433ea4ae5..3ae84251df 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -13483,6 +13483,9 @@ useful as a validator for JSON data.") "This package contains a library for parsing ISO 8601 datetime strings.") (license license:bsd-3))) +(define-public python2-aniso8601 + (package-with-python2 python-aniso8601)) + (define-public python-flask-restful (package (name "python-flask-restful") |