gnu: Add python2-enum34.

* gnu/packages/python.scm (python2-enum34): New variable.
master
Leo Famulari 2016-02-18 12:58:45 -05:00
parent d39ae1e5c6
commit 820acd1bc3
1 changed files with 3 additions and 0 deletions

View File

@ -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")