depends python &&

runtime_depends genshi &&
runtime_depends subversion &&
runtime_depends setuptools &&

if [[ $TRAC_DB == sqlite ]]; then
  runtime_depends pysqlite &&
  runtime_depends sqlite
elif [[ $TRAC_DB == mysql ]]; then
  runtime_depends mysql-python &&
  runtime_depends mysql
elif [[ $TRAC_DB == postgresql ]]; then
  runtime_depends $TRAC_POSTGRES_DRIVER &&
  runtime_depends postgresql
fi &&

suggest_depends WEBSERVER "" "" "To run connected to a ``real'' webserver" &&
suggest_depends mod_python "" "" "For faster execution with Apache (recommended)" &&
suggest_depends pygments "" "" "For syntax highlighting (Pygments)" &&
suggest_depends enscript "" "" "For syntax highlighting (Enscript)" &&
suggest_depends docutils "" "" "For reStructuredText (RST) support in wiki"
