~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Details
Message ID
<20210809072132.407092-1-wolf@wolfsden.cz>
DKIM signature
missing
Download raw message
Patch: +2 -2
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
Reply to thread Export thread (mbox)