diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-24 17:04:59 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-25 13:22:29 +0200 |
commit | 8a390ffbde8c6bc1fb7691af21d40360c05b5dfb (patch) | |
tree | 1c0b9c46af3558d3eda89bbfe976942e72e5b715 /network/deluge | |
parent | 134da1d606e57ae0c78021bc0b69fd9573933832 (diff) | |
download | slackbuilds-8a390ffbde8c6bc1fb7691af21d40360c05b5dfb.tar.gz |
network/deluge: Fixed dep information
Diffstat (limited to 'network/deluge')
-rw-r--r-- | network/deluge/README | 3 | ||||
-rw-r--r-- | network/deluge/deluge.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/network/deluge/README b/network/deluge/README index e47dc032d4..3a1a831f39 100644 --- a/network/deluge/README +++ b/network/deluge/README @@ -1,6 +1,3 @@ Deluge is a bittorrent client for Linux and other Unix-Like operating systems. Deluge was created because of the lack of a good, native, GTK based torrent solution for Linux. - -This requires libtorrent-rasterbar, pyxdg, pysetuptools, python-twisted, -zope.interface, pyOpenSSL, chardet, and Mako. diff --git a/network/deluge/deluge.info b/network/deluge/deluge.info index 5049748880..2d69d707ed 100644 --- a/network/deluge/deluge.info +++ b/network/deluge/deluge.info @@ -5,6 +5,6 @@ DOWNLOAD="http://download.deluge-torrent.org/source/deluge-1.3.3.tar.bz2" MD5SUM="4027c60bb5d1c5da61e97a47e62ab1ab" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Mako libtorrent-rasterbar pyOpenSSL pysetuptools python-twisted pyxdg" +REQUIRES="Mako libtorrent-rasterbar pyOpenSSL python-twisted pyxdg" MAINTAINER="Marco Bonetti" EMAIL="sid77@slackware.it" |