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:
parent
f18768e602
commit
9c9513e5a6
3
.SRCINFO
3
.SRCINFO
@ -1,5 +1,5 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sun Aug 28 21:36:09 UTC 2016
|
# Tue Jan 10 11:22:09 UTC 2017
|
||||||
pkgbase = beets-python3-git
|
pkgbase = beets-python3-git
|
||||||
pkgdesc = Flexible music library manager and tagger - git version
|
pkgdesc = Flexible music library manager and tagger - git version
|
||||||
pkgver = 1.3.11.r31.ga0ff517
|
pkgver = 1.3.11.r31.ga0ff517
|
||||||
@ -14,7 +14,6 @@ pkgbase = beets-python3-git
|
|||||||
depends = python-unidecode
|
depends = python-unidecode
|
||||||
depends = python-musicbrainzngs
|
depends = python-musicbrainzngs
|
||||||
depends = python-yaml
|
depends = python-yaml
|
||||||
depends = python-enum34
|
|
||||||
depends = python-jellyfish
|
depends = python-jellyfish
|
||||||
depends = python-six
|
depends = python-six
|
||||||
optdepends = python-pyacoustid: acoustic fingerprinting
|
optdepends = python-pyacoustid: acoustic fingerprinting
|
||||||
|
3
PKGBUILD
3
PKGBUILD
@ -11,8 +11,7 @@ license=('MIT')
|
|||||||
depends=('python-munkres' 'mutagen'
|
depends=('python-munkres' 'mutagen'
|
||||||
'python-setuptools' 'python-unidecode'
|
'python-setuptools' 'python-unidecode'
|
||||||
'python-musicbrainzngs' 'python-yaml'
|
'python-musicbrainzngs' 'python-yaml'
|
||||||
'python-enum34' 'python-jellyfish'
|
'python-jellyfish' 'python-six')
|
||||||
'python-six')
|
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
optdepends=('python-pyacoustid: acoustic fingerprinting'
|
optdepends=('python-pyacoustid: acoustic fingerprinting'
|
||||||
'python-flask: web interface'
|
'python-flask: web interface'
|
||||||
|
Loading…
Reference in New Issue
Block a user