summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2017-01-10 12:22:09 +0100
committerFrederik “Freso” S. Olesen2017-01-10 12:22:09 +0100
commit9c9513e5a668b792c9b2485f2ea847ab5e87ded4 (patch)
tree240fe30cab530be6fb4875628a32d66d77ee26fc /PKGBUILD
parentf18768e6022359714d2d863963bd27803c38d9c4 (diff)
downloadaur-9c9513e5a668b792c9b2485f2ea847ab5e87ded4.tar.gz
Remove python-enum34 dependency.
Has been unneeded since Python 3.4, and Arch Linux has Python 3.6 as the default Python now.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8639a3cf440..62bb8d92a8e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,7 @@ license=('MIT')
depends=('python-munkres' 'mutagen'
'python-setuptools' 'python-unidecode'
'python-musicbrainzngs' 'python-yaml'
- 'python-enum34' 'python-jellyfish'
- 'python-six')
+ 'python-jellyfish' 'python-six')
makedepends=('git')
optdepends=('python-pyacoustid: acoustic fingerprinting'
'python-flask: web interface'