summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Erik Hanson2012-08-25 00:41:30 +0200
committer Erik Hanson2012-08-25 00:47:50 +0200
commit4b4c3c483a5a7954efcb55561df2937e92545527 (patch)
tree2022be5f3b9ce4e3281fecdd121cc7992a5989e1 /development
parent8514e5663e59618f0f645b731b53fb37dd955f32 (diff)
downloadslackbuilds-4b4c3c483a5a7954efcb55561df2937e92545527.tar.gz
development/trac: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/trac/README8
-rw-r--r--development/trac/trac.info2
2 files changed, 2 insertions, 8 deletions
diff --git a/development/trac/README b/development/trac/README
index 2bb9ca991a..4023016c20 100644
--- a/development/trac/README
+++ b/development/trac/README
@@ -4,10 +4,4 @@ management. Our mission is to help developers write great software while
staying out of the way. Trac should impose as little as possible on a
team's established development process and policies.
-Trac relies on multiple other packages (available at SlackBuilds):
-pysetuptools, MySQL-python, genshi and pygments.
-
-pysetuptools must be installed before all the others and pygments is
-optional (provides syntax highlighting).
-
-
+Pygments is optional (provides syntax highlighting).
diff --git a/development/trac/trac.info b/development/trac/trac.info
index d42d28602c..60496fc490 100644
--- a/development/trac/trac.info
+++ b/development/trac/trac.info
@@ -5,6 +5,6 @@ DOWNLOAD="ftp://ftp.edgewall.com/pub/trac/Trac-0.11.6.tar.gz"
MD5SUM="f5a9542d81d3d50c3d9e46d8e2344f38"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="MySQL-python Pygments genshi pysetuptools"
+REQUIRES="MySQL-python genshi distribute"
MAINTAINER="Eugene Suter"
EMAIL="easuter@gmail.com"