gnu: Add python2-aniso8601.
authorCyril Roelandt <tipecaml@gmail.com>
Sat, 7 Oct 2017 03:44:31 +0000 (05:44 +0200)
committerCyril Roelandt <tipecaml@gmail.com>
Tue, 10 Oct 2017 00:35:44 +0000 (02:35 +0200)
* gnu/packages/python.scm (python2-aniso8601): New variable.

gnu/packages/python.scm

index 6433ea4..3ae8425 100644 (file)
@@ -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")