~ruther/guix-local

0c20025c05e65a590c1eb3393ec70aa3b8cde4ec — Andreas Enge 11 years ago 4219f48
gnu: Add python2-six.

* gnu/packages/python.scm (python2-six): New variable.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +3 -0
@@ 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.")
    (license x11)))

(define-public python2-six
  (package-with-python2 python-six))

(define-public python-dateutil-2
  (package
    (name "python-dateutil")