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