gnu: Add python2-six.
* gnu/packages/python.scm (python2-six): New variable.
This commit is contained in:
parent
4219f48f70
commit
0c20025c05
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue