From e56cdb447eae7d708d34df295a25b3f4f627a24d Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Fri, 21 Sep 2018 10:57:42 +0200 Subject: [PATCH] testing/deluge: add 'py-automat' dependency Related to https://bugs.alpinelinux.org/issues/9423 --- testing/deluge/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/deluge/APKBUILD b/testing/deluge/APKBUILD index 7eadcd88b20..a8b87b0f9c3 100644 --- a/testing/deluge/APKBUILD +++ b/testing/deluge/APKBUILD @@ -2,14 +2,15 @@ # Maintainer: August Klein pkgname=deluge pkgver=1.3.15 -pkgrel=2 +pkgrel=3 pkgdesc="A lightweight, Free Software, cross-platform BitTorrent client" url="https://deluge-torrent.org" arch="noarch" license="GPL-3.0" depends="libtorrent-rasterbar librsvg py-cffi py-chardet py-cryptography py-enum34 py-gtk py-mako py-openssl py-setuptools py-six py-twisted py-xdg - xdg-utils py-constantly py-incremental py-attrs py-service_identity" + xdg-utils py-constantly py-incremental py-attrs py-service_identity + py-automat" makedepends="intltool librsvg-dev py-gtk-dev py-mako py-setuptools" subpackages="$pkgname-lang $pkgname-doc" source="https://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.bz2"