~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
1

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

Details
Message ID
<20210808205529.394168-1-wolf@wolfsden.cz>
DKIM signature
missing
Download raw message
Patch: +3 -2
It seems the py3-setuptools are necessary even during runtime, since
deluge tries to import pkg_resources, which py3-setuptools does provide.
---
 testing/deluge/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/testing/deluge/APKBUILD b/testing/deluge/APKBUILD
index 317631b970..15567e3b30 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,9 @@ depends="
	py3-gobject3
	py3-cairo
	py3-wheel
	py3-setuptools
	"
makedepends="py3-setuptools"
makedepends=""
subpackages="$pkgname-doc"
source="http://download.deluge-torrent.org/source/${pkgver%.*}/deluge-$pkgver.tar.xz
	10-python38-logging.patch
-- 
2.32.0
Details
Message ID
<162847036344.6885.13746692833474201308.gitlab.24050.42b8b870699d691185d1307b41b14d0cf75bf76b@listserv.local>
In-Reply-To
<20210808205529.394168-1-wolf@wolfsden.cz> (view parent)
DKIM signature
missing
Download raw message
On Sun, 08 Aug 2021 22:55:29 +0200, Wolf wrote:
>  	"
> -makedepends="py3-setuptools"
> +makedepends=""

better to remove the empty `makedepends` line

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/24050#note_173292
Reply to thread Export thread (mbox)