gnu: Add python2-enum34.
* gnu/packages/python.scm (python2-enum34): New variable.
This commit is contained in:
parent
d39ae1e5c6
commit
820acd1bc3
|
@ -1335,6 +1335,9 @@ bug tracker.")
|
||||||
backported for previous versions of Python from 2.4 to 3.3.")
|
backported for previous versions of Python from 2.4 to 3.3.")
|
||||||
(license bsd-3)))
|
(license bsd-3)))
|
||||||
|
|
||||||
|
(define-public python2-enum34
|
||||||
|
(package-with-python2 python-enum34))
|
||||||
|
|
||||||
(define-public python-parse-type
|
(define-public python-parse-type
|
||||||
(package
|
(package
|
||||||
(name "python-parse-type")
|
(name "python-parse-type")
|
||||||
|
|
Loading…
Reference in New Issue