summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Sampson2016-07-27 13:30:54 -0700
committerAdrian Sampson2016-07-27 13:30:54 -0700
commit558216bf29b74127c2c26b460813cacde32a3eef (patch)
tree757c34b6032d58a929cca3ceed947e6855eae5dc /PKGBUILD
parenteda5a45ab8b7cba2c1a887f8e75e74d1c4157d1e (diff)
downloadaur-558216bf29b74127c2c26b460813cacde32a3eef.tar.gz
Add six dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47fef205cdab..ebe036a59d60 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'