beets: re-add setuptools dependency

Removed by error in 0f41f4a52b.
This commit is contained in:
Alessio Sergi 2018-03-07 19:05:35 +01:00
parent d85cd4a934
commit a656e3a2e7
1 changed files with 3 additions and 3 deletions

View File

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