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:
parent
7086540de6
commit
8615da9051
|
@ -2114,7 +2114,6 @@ websites such as Libre.fm.")
|
|||
;; 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)
|
||||
|
|
Loading…
Reference in New Issue