# HG changeset patch # User Sylvain Thénault # Date 1264079423 -3600 # Node ID c4d4702ef87fc766b7907fce1c9ee2d1289616f1 # Parent 2f957ad8e082c439d27b096d964dfb50ad2bdda4 [doc] reformulate dependencies diff -r 2f957ad8e082 -r c4d4702ef87f doc/book/en/annexes/depends.rst --- a/doc/book/en/annexes/depends.rst Thu Jan 21 11:13:39 2010 +0100 +++ b/doc/book/en/annexes/depends.rst Thu Jan 21 14:10:23 2010 +0100 @@ -42,26 +42,31 @@ * indexer - http://www.logilab.org/project/indexer - http://pypi.python.org/pypi/indexer - included in the forest -To activate Sparql querying: - -* fyzz - http://www.logilab.org/project/fyzz - http://pypi.python.org/pypi/fyzz - - included in the forest - To use network communication between cubicweb instances / clients: * Pyro - http://pyro.sourceforge.net/ - http://pypi.python.org/pypi/Pyro If you're using a Postgres database (recommended): + * psycopg2 - http://initd.org/projects/psycopg2 - http://pypi.python.org/pypi/psycopg2 +* plpythonu extension +* tsearch2 extension (for postgres < 8.3, in postgres-contrib) + +Other optional packages : + +: + +* fyzz - http://www.logilab.org/project/fyzz - + http://pypi.python.org/pypi/fyzz - included in the forest, *to activate Sparql querying* For the google-appengine extension to be available, you also need: -* dateutil - http://labix.org/python-dateutil - - http://pypi.python.org/pypi/python-dateutil/ +* vobject - http://vobject.skyhouseconsulting.com/ - + http://pypi.python.org/pypi/vobject, *for the icalendar view*. For those not + benefiting from a packaging system, note that vobject itself depends on + dateutil - http://labix.org/python-dateutil - + http://pypi.python.org/pypi/python-dateutil/. -* vobject - http://vobject.skyhouseconsulting.com/ - - http://pypi.python.org/pypi/vobject - Any help with the packaging of CubicWeb for more than Debian/Ubuntu (including eggs, buildouts, etc) will be greatly appreciated.