beets: depends on python-setuptools

This commit is contained in:
Georg Schabel 2015-06-02 14:26:08 +02:00
parent 3483c25a30
commit 4213aee8b9

View file

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