aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolf <wolf@wolfsden.cz>2021-08-09 09:21:32 +0200
committerLeo <thinkabit.ukim@gmail.com>2021-08-09 16:35:20 +0000
commite0df37b3b61a013935c0f93f5e18b2c3781b3897 (patch)
treef34d2dc10877f37230d8c45a2c119d884ddc62bd
parent0f61e1a76ac00a914171008aa3091f24f2d46207 (diff)
testing/deluge: Add py3-setuptools dependency
It seems the py3-setuptools are necessary even during runtime, since deluge tries to import pkg_resources, which py3-setuptools does provide.
-rw-r--r--testing/deluge/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/deluge/APKBUILD b/testing/deluge/APKBUILD
index 317631b9708..0c2b3c7f59a 100644
--- a/testing/deluge/APKBUILD
+++ b/testing/deluge/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=deluge
pkgver=2.0.3
-pkgrel=7
+pkgrel=8
pkgdesc="lightweight, Free Software, cross-platform BitTorrent client"
url="https://deluge-torrent.org/"
arch="noarch !armv7" # Missing py3-libtorrent-rasterbar
@@ -29,8 +29,8 @@ depends="
py3-gobject3
py3-cairo
py3-wheel
+ py3-setuptools
"
-makedepends="py3-setuptools"
subpackages="$pkgname-doc"
source="http://download.deluge-torrent.org/source/${pkgver%.*}/deluge-$pkgver.tar.xz
10-python38-logging.patch