summarylogtreecommitdiffstats
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
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.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db8dd332360d..5b2366039d66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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'