~alpine/aports

testing/deluge: Add py3-setuptools dependency v2 APPLIED

Wolf: 1
 testing/deluge: Add py3-setuptools dependency

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3586/mbox | git am -3
Learn more about email & git

[PATCH v2] testing/deluge: Add py3-setuptools dependency Export this patch

It seems the py3-setuptools are necessary even during runtime, since
deluge tries to import pkg_resources, which py3-setuptools does provide.
---
Drop empty makedepends.

 testing/deluge/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/deluge/APKBUILD b/testing/deluge/APKBUILD
index 317631b970..0c2b3c7f59 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
-- 
2.32.0