aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-09-14 07:10:41 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-09-14 07:10:41 -0300
commita6506a2fe2a4bd96ee5c6399aa90d97ae30b1b67 (patch)
treeca4c53b033f6a80b7751be8d5899d6701c15ce13
parent69ecf6104cb6b0d02aa4f4256fba0eec7dbb6441 (diff)
downloadaports-a6506a2fe2a4bd96ee5c6399aa90d97ae30b1b67.tar.gz
aports-a6506a2fe2a4bd96ee5c6399aa90d97ae30b1b67.tar.bz2
aports-a6506a2fe2a4bd96ee5c6399aa90d97ae30b1b67.tar.xz
community/eyed3: depend on py3-deprecation and py3-filetype
Fixes #11777
-rw-r--r--community/eyed3/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/eyed3/APKBUILD b/community/eyed3/APKBUILD
index 11c03fc5ae1..e2249aa038a 100644
--- a/community/eyed3/APKBUILD
+++ b/community/eyed3/APKBUILD
@@ -3,12 +3,12 @@
pkgname=eyed3
_pkgname=eyeD3
pkgver=0.9.5
-pkgrel=1
+pkgrel=2
pkgdesc="ID3 tag editor in Python"
url="https://eyed3.nicfit.net/"
arch="noarch"
license="GPL-3.0-or-later"
-depends="python3 py3-magic py3-six py3-setuptools"
+depends="python3 py3-magic py3-six py3-setuptools py3-deprecation py3-filetype"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver