Add six dependency

This commit is contained in:
Adrian Sampson 2016-07-27 13:30:54 -07:00
parent eda5a45ab8
commit 558216bf29
2 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@ pkgbase = beets-git
depends = python2-yaml depends = python2-yaml
depends = python2-enum34 depends = python2-enum34
depends = python2-jellyfish depends = python2-jellyfish
depends = python2-six
optdepends = python2-pyacoustid: acoustic fingerprinting optdepends = python2-pyacoustid: acoustic fingerprinting
optdepends = python2-flask: web interface optdepends = python2-flask: web interface
optdepends = python2-gobject: BPD audio player plugin optdepends = python2-gobject: BPD audio player plugin

View File

@ -11,7 +11,8 @@ license=('MIT')
depends=('python2-munkres' 'mutagen' depends=('python2-munkres' 'mutagen'
'python2-setuptools' 'python2-unidecode' 'python2-setuptools' 'python2-unidecode'
'python2-musicbrainzngs' 'python2-yaml' 'python2-musicbrainzngs' 'python2-yaml'
'python2-enum34' 'python2-jellyfish') 'python2-enum34' 'python2-jellyfish'
'python2-six')
makedepends=('git') makedepends=('git')
optdepends=('python2-pyacoustid: acoustic fingerprinting' optdepends=('python2-pyacoustid: acoustic fingerprinting'
'python2-flask: web interface' 'python2-flask: web interface'