summaryrefslogtreecommitdiffstats
path: root/libraries/zfec
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-08-26 19:17:23 +0200
committer ponce <matteo.bernardini@gmail.com>2012-08-26 19:17:23 +0200
commit290339a2120686865cc620a6243962b3c947eb0b (patch)
tree4e625c99fbac491917e0e633c23758f40ca20d65 /libraries/zfec
parente72af91f90b5acafcfae5d7c26aad7b1def8c5c2 (diff)
downloadslackbuilds-290339a2120686865cc620a6243962b3c947eb0b.tar.gz
slackbuilds-290339a2120686865cc620a6243962b3c947eb0b.tar.xz
libraries/zfec: Fixed dep information
Diffstat (limited to 'libraries/zfec')
-rw-r--r--libraries/zfec/README2
-rw-r--r--libraries/zfec/zfec.info2
2 files changed, 1 insertions, 3 deletions
diff --git a/libraries/zfec/README b/libraries/zfec/README
index 93f3d9a02b..957d71bbb6 100644
--- a/libraries/zfec/README
+++ b/libraries/zfec/README
@@ -21,5 +21,3 @@ package makes several changes from the original "fec" package, including
addition of the Python API, refactoring of the C API to support zero-copy
operation, a few clean-ups and optimizations of the core code itself, and the
addition of a command-line tool named "zfec".
-
-This package requires pysetuptools, pyutil and darcsver.
diff --git a/libraries/zfec/zfec.info b/libraries/zfec/zfec.info
index caccfd7153..fb15477774 100644
--- a/libraries/zfec/zfec.info
+++ b/libraries/zfec/zfec.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/z/zfec/zfec-1.4.24.tar.gz"
MD5SUM="e1bca3a1f18374f72bdf8cd42ea9c919"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="darcsver pysetuptools pyutil"
+REQUIRES="darcsver pyutil"
MAINTAINER="Markus Reichelt"
EMAIL="slackbuilds@mareichelt.de"