From 558216bf29b74127c2c26b460813cacde32a3eef Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 27 Jul 2016 13:30:54 -0700 Subject: [PATCH] Add six dependency --- .SRCINFO | 1 + PKGBUILD | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index a247fe0..a9bf252 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -14,6 +14,7 @@ pkgbase = beets-git depends = python2-yaml depends = python2-enum34 depends = python2-jellyfish + depends = python2-six optdepends = python2-pyacoustid: acoustic fingerprinting optdepends = python2-flask: web interface optdepends = python2-gobject: BPD audio player plugin diff --git a/PKGBUILD b/PKGBUILD index 47fef20..ebe036a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,8 @@ license=('MIT') depends=('python2-munkres' 'mutagen' 'python2-setuptools' 'python2-unidecode' 'python2-musicbrainzngs' 'python2-yaml' - 'python2-enum34' 'python2-jellyfish') + 'python2-enum34' 'python2-jellyfish' + 'python2-six') makedepends=('git') optdepends=('python2-pyacoustid: acoustic fingerprinting' 'python2-flask: web interface'