~trac-bzr-team/trac-bzr/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Martin von Gagern
  • Date: 2009-12-17 21:48:27 UTC
  • Revision ID: martin.vgagern@gmx.net-20091217214827-nhoxydi1fh4549zp
Drop dependencies from setup script.

These deps are likely to cause more trouble than they avoid, because on
systems where either Trac or bzr is installed without a proper egg thingy
around, Trac will fail to load the plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
Requirements
89
89
------------
90
90
In order to function properly, trac-bzr requires the packages listed below.
91
 
The installation process should take care of this for you, though,
92
 
except for the Python version.
 
91
 
 
92
These dependencies are not handled by setuptools, because otherwise
 
93
the plugin would fail to load if one of the dependencies wasn't
 
94
installed with setuptools or similar.
93
95
 
94
96
Python 2.4
95
97
  This plugin uses bzrlib directly, so it requires Python 2.4 or greater.