beets: add missing dependency.
This commit is contained in:
parent
c08814096c
commit
2d589cf54a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ short_desc="Media library management system for obsessive-compulsive music geeks
|
||||||
|
|
||||||
beets_package() {
|
beets_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
depends="python>=2.7 pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.21 python-munkres"
|
depends="python>=2.7 pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.22 python-munkres python-distribute"
|
||||||
pycompile_module="beets beetsplug"
|
pycompile_module="beets beetsplug"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
|
|
Loading…
Reference in a new issue