beets: needs jellyfish (close #1460).

This commit is contained in:
Juan RP 2015-04-30 08:05:14 +02:00
parent 0fd8519cd3
commit c9bc59a8aa

View file

@ -1,11 +1,11 @@
# Template file for 'beets'
pkgname=beets
version=1.3.13
revision=1
revision=2
noarch=yes
build_style="python-module"
hostmakedepends="python-setuptools"
depends="mutagen python-enum34 python-munkres python-musicbrainzngs python-Unidecode python-yaml"
depends="mutagen python-enum34 python-munkres python-musicbrainzngs python-Unidecode python-yaml python-jellyfish"
pycompile_module="beets beetsplug"
short_desc="Media library management system for obsessive-compulsive music geeks"
maintainer="Juan RP <xtraeme@voidlinux.eu>"