Edgewall Software

Changes between Version 151 and Version 152 of TracOnDebian


Ignore:
Timestamp:
Dec 11, 2018, 8:20:04 PM (5 years ago)
Author:
Ryan J Ollos
Comment:

Format previous edit.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v151 v152  
    132132}}}
    133133
    134  Unfortunately there is a problem with mysql requirements for the version of trac that ships with debian stretch. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887944
    135  The easiest workaround seems to be to edit /usr/lib/python2.7/dist-packages/Trac-1.2.egg-info/entry_points.txt after install and remove the [mysql] part from trac.db.mysql = trac.db.mysql_backend[mysql]
     134 Unfortunately there is a problem with mysql requirements for the version of trac that ships with Debian stretch (see [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887944 bug 887944]).
     135 The easiest workaround is to edit `/usr/lib/python2.7/dist-packages/Trac-1.2.egg-info/entry_points.txt` after install and remove the `[mysql]` suffix from:
     136{{{
     137trac.db.mysql = trac.db.mysql_backend[mysql]
     138}}}
    136139
    137140== Additional Trac files