diff options
author | prspkt <prspkt@protonmail.com> | 2018-07-28 13:35:04 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-31 06:14:41 +0000 |
commit | f74a048db50a9404603de6da3e621cc1ccde8cf1 (patch) | |
tree | ff2b47352b28af5719d98b1db6af807ea1f520b8 /testing/deluge | |
parent | aedf6f6f2c2ac98862dce366d89e7c49ed350ffa (diff) | |
download | aports-f74a048db50a9404603de6da3e621cc1ccde8cf1.tar.bz2 aports-f74a048db50a9404603de6da3e621cc1ccde8cf1.tar.xz |
testing/deluge: add missing dependencies
Diffstat (limited to 'testing/deluge')
-rw-r--r-- | testing/deluge/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/deluge/APKBUILD b/testing/deluge/APKBUILD index 7e096b3891..7eadcd88b2 100644 --- a/testing/deluge/APKBUILD +++ b/testing/deluge/APKBUILD @@ -8,8 +8,8 @@ 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-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" 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" |