mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
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'
|
# Template file for 'beets'
|
||||||
pkgname=beets
|
pkgname=beets
|
||||||
version=1.3.5
|
version=1.3.5
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="https://github.com/sampsyo/beets/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sampsyo/beets/archive/v${version}.tar.gz"
|
||||||
checksum=8f44882fa0674a028a97b896c360aac9c3d783bca34b8dcdb35be67b1ca81207
|
checksum=8f44882fa0674a028a97b896c360aac9c3d783bca34b8dcdb35be67b1ca81207
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
pycompile_module="beets beetsplug"
|
pycompile_module="beets beetsplug"
|
||||||
hostmakedepends="python-devel python-distribute"
|
hostmakedepends="python-devel python-distribute"
|
||||||
makedepends="${hostmakedepends}"
|
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>"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="https://github.com/sampsyo/beets"
|
homepage="https://github.com/sampsyo/beets"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
|
|
Loading…
Add table
Reference in a new issue