gnu: beets: Don't build with python-enum34.

This package is unnecessary when using Python > 3.3.

* gnu/packages/music.scm (beets)[inputs]: Remove python-enum34.
This commit is contained in:
Leo Famulari 2017-03-29 14:42:24 -04:00
parent 7086540de6
commit 8615da9051
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -2114,7 +2114,6 @@ (define-public beets
;; TODO: Install optional plugins and dependencies.
(inputs
`(("python-discogs-client" ,python-discogs-client)
("python-enum34" ,python-enum34)
("python-jellyfish" ,python-jellyfish)
("python-munkres" ,python-munkres)
("python-musicbrainzngs" ,python-musicbrainzngs)