summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2009-03-01 01:08:14 +0300
committerVlad Glagolev2009-03-01 01:08:14 +0300
commitc97ecf2b93ea4563629f7d4e75bc9b87a677c9d1 (patch)
treec3654b0cd09665e0844ec2d4aa705750ecf65b2c
parent75ed07084099a6ab1af6d3914ebbc3fea75bb3e1 (diff)
trac: KISS
-rwxr-xr-xpython-pypi/trac/DEPENDS2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-pypi/trac/DEPENDS b/python-pypi/trac/DEPENDS
index 788c482351..19875125dc 100755
--- a/python-pypi/trac/DEPENDS
+++ b/python-pypi/trac/DEPENDS
@@ -14,7 +14,7 @@ elif [[ $TRAC_DB == postgresql ]]; then
runtime_depends postgresql
fi &&
-suggest_depends WEBSERVER "" "" "to run connected to a `real' webserver" &&
+suggest_depends WEBSERVER "" "" "to run connected to a 'real' webserver" &&
suggest_depends subversion "" "" "for Subversion SCM support" &&
suggest_depends mod_python "" "" "for faster execution with Apache" &&
suggest_depends pygments "" "" "for syntax highlighting (Pygments)" &&