Remove python-enum34 dependency.

Has been unneeded since Python 3.4, and Arch Linux has Python 3.6 as the
default Python now.
This commit is contained in:
Frederik “Freso” S. Olesen 2017-01-10 12:22:09 +01:00
parent f18768e602
commit 9c9513e5a6
No known key found for this signature in database
GPG Key ID: 27628EAF5DC1403E
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
# Sun Aug 28 21:36:09 UTC 2016
# Tue Jan 10 11:22:09 UTC 2017
pkgbase = beets-python3-git
pkgdesc = Flexible music library manager and tagger - git version
pkgver = 1.3.11.r31.ga0ff517
@ -14,7 +14,6 @@ pkgbase = beets-python3-git
depends = python-unidecode
depends = python-musicbrainzngs
depends = python-yaml
depends = python-enum34
depends = python-jellyfish
depends = python-six
optdepends = python-pyacoustid: acoustic fingerprinting

View File

@ -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'