diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-02-08 18:14:31 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-02-08 18:14:31 -0300 |
commit | 582548fb7f39b91dfe4ddf66121ba5b00f2d5970 (patch) | |
tree | ee3cdef544d3b67d0d24b99813da7b8a0640d953 | |
parent | 814c6bf3df546ba27f6d4ca809ac22944083e6e3 (diff) | |
download | aports-582548fb7f39b91dfe4ddf66121ba5b00f2d5970.tar.gz aports-582548fb7f39b91dfe4ddf66121ba5b00f2d5970.tar.bz2 aports-582548fb7f39b91dfe4ddf66121ba5b00f2d5970.tar.xz |
community/eyed3: drop dep on py3-setuptools
-rw-r--r-- | community/eyed3/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/eyed3/APKBUILD b/community/eyed3/APKBUILD index ce0365c9f6..11b36c62ff 100644 --- a/community/eyed3/APKBUILD +++ b/community/eyed3/APKBUILD @@ -3,12 +3,13 @@ pkgname=eyed3 _pkgname=eyeD3 pkgver=0.9.6 -pkgrel=0 +pkgrel=1 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 py3-deprecation py3-filetype" +depends="python3 py3-magic py3-six py3-deprecation py3-filetype" +makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver |