steap pushed a commit to branch master
in repository guix.
commit cb95e5e50eb672d36202e481035981653faa5cf5
Author: Cyril Roelandt <[email protected]>
Date: Sat Oct 7 05:44:31 2017 +0200
gnu: Add python2-aniso8601.
* gnu/packages/python.scm (python2-aniso8601): New variable.
---
gnu/packages/python.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6433ea4..3ae8425 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")