diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-08 11:44:44 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:14 +0700 |
commit | 1ddcf07b80d50ff6254cd1b70d86ec8906e2b375 (patch) | |
tree | 766585bf171106337f4cbf1e570e9763be54baf0 /network/deluge | |
parent | 8793f23fa472b137632e86724d318a4f221f25aa (diff) | |
download | slackbuilds-1ddcf07b80d50ff6254cd1b70d86ec8906e2b375.tar.gz |
network/deluge: Fix REQUIRES.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/deluge')
-rw-r--r-- | network/deluge/deluge.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/deluge/deluge.info b/network/deluge/deluge.info index 959d703280..13d1ec5db9 100644 --- a/network/deluge/deluge.info +++ b/network/deluge/deluge.info @@ -5,6 +5,6 @@ DOWNLOAD="https://ftp.osuosl.org/pub/deluge/source/2.0/deluge-2.0.3.tar.xz" MD5SUM="fbe784ebed006cd93c9a50f7c0530051" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python2-MarkupSafe libtorrent-rasterbar pyOpenSSL python-twisted rencode service_identity setproctitle wheel" +REQUIRES="python2-MarkupSafe libtorrent-rasterbar pyOpenSSL python2-twisted rencode service_identity setproctitle wheel" MAINTAINER="Logan Rathbone" EMAIL="poprocks@gmail.com" |