testing/deluge: add 'py-automat' dependency

Related to https://bugs.alpinelinux.org/issues/9423
This commit is contained in:
Tiago Ilieve 2018-09-21 10:57:42 +02:00 committed by Natanael Copa
parent 4f76d65b67
commit e56cdb447e

View File

@ -2,14 +2,15 @@
# Maintainer: August Klein <amatcoder@gmail.com>
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"