diff options
-rw-r--r-- | development/trac/README | 8 | ||||
-rw-r--r-- | development/trac/trac.info | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/development/trac/README b/development/trac/README index 2bb9ca991ad8..4023016c2014 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 d42d28602c9a..60496fc490a7 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" |