gnu: Add python2-six.

* gnu/packages/python.scm (python2-six): New variable.
This commit is contained in:
Andreas Enge 2015-02-25 00:14:28 +01:00
parent 4219f48f70
commit 0c20025c05
1 changed files with 3 additions and 0 deletions

View File

@ -507,6 +507,9 @@ Six supports every Python version since 2.5. It is contained in only one
Python file, so it can be easily copied into your project.") Python file, so it can be easily copied into your project.")
(license x11))) (license x11)))
(define-public python2-six
(package-with-python2 python-six))
(define-public python-dateutil-2 (define-public python-dateutil-2
(package (package
(name "python-dateutil") (name "python-dateutil")