Trac 0.11 install script broken because of old Genshi version

The final version of Trac 0.11 requires Genshi >=0.5 while the install script still lists 0.4.4.

Since we are using setuptools' easy_install script to "install" Trac in the lib/python directory it automatically installs Genshi 0.5 anyway because it's in the setup.py. That's why I suggest the removal of the Genshi requirement from the install script and let Trac's setup.py handle its dependencies.

A simple patch is attached.

Status: 
Closed (fixed)