beets: add missing rdepends (python-enum34).
This commit is contained in:
parent
5261b3c9de
commit
20c2b9931a
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'beets'
|
||||
pkgname=beets
|
||||
version=1.3.5
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="https://github.com/sampsyo/beets/archive/v${version}.tar.gz"
|
||||
checksum=8f44882fa0674a028a97b896c360aac9c3d783bca34b8dcdb35be67b1ca81207
|
||||
build_style="python-module"
|
||||
pycompile_module="beets beetsplug"
|
||||
hostmakedepends="python-devel python-distribute"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="python pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.22 python-munkres python-distribute"
|
||||
depends="python pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.22 python-munkres python-distribute python-enum34"
|
||||
maintainer="Steven R <dev@styez.com>"
|
||||
homepage="https://github.com/sampsyo/beets"
|
||||
license="GPL"
|
||||
|
|
Loading…
Reference in a new issue